add the cube master

This commit is contained in:
hamid zarghami
2025-12-09 11:06:48 +03:30
parent 53b9139506
commit d2325e9090
65 changed files with 6843 additions and 0 deletions
@@ -0,0 +1,36 @@
{
"build_systems":
[
{
"file_patterns":
[
"*.js"
],
"name": "Rollup",
"shell_cmd": "rollup -c rollup.config.dev.js",
"working_dir": "${project_path}"
},
{
"cmd": "$file",
"file_patterns":
[
"*.scss"
],
"name": "Libsass",
"target": "compile_sass",
"working_dir": "${project_path}"
}
],
"folders":
[
{
"path": "."
},
{
"path": "/Users/boris/Desktop/the-cube-codepen"
}
],
"settings":
{
}
}