i can not compile or build the scss file, just say not build system, what i need to do…???
Scss not compile on st4
OdatNurd
#2
The text No build system can occur if the sublime-build file you’re using is broken, and also if there is no build available for the type of file that you’re trying to build.
So:
- Did you create your own
sublime-buildfile or are you using one from a package that you installed? - If you created one, is it valid
JSON? - If you didn’t create one, is the package that you installed in the list of
ignored_packgesin your settings, which would make the build not available? - Is the selected build system in
Tools > Build Systemset either to the name of the build that you want to execute OR toAutomatic? - If is the syntax is
Automatic, is the type of the file (visible in the bottom right of the window) what you expect, or does it sayPlain Text?
0 Likes