Files
dkala-front/public/the-cube-master/Cube.sublime-project
T
2026-02-07 15:31:22 +03:30

37 lines
466 B
Plaintext

{
"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":
{
}
}