Answer the question
In order to leave comments, you need to log in
Sublime Text2 + SASS Build. What am I doing wrong?
1) SASS and SASS Build plugins installed
2) I create style.scss and write SCSS code in it
3) Tools - Build system - SASS
4) Ctrl+B / Tools - Build
As a result, nothing happens.
Answer the question
In order to leave comments, you need to log in
The sass build does not include the sass compiler, it must be installed separately. If you see an error like this in the sublime console:
[Errno 2] No such file or directory: 'sass'
[cmd: ['sass', '--update', '/home/someone/Desktop/style.scss:/home/someone/Desktop/style.css', '--stop-on-error', '--no-cache']]
[dir: /home/someone/Desktop]
[path: /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games]
[Finished]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question