E
E
Emil Valeev2013-12-14 01:21:01
css
Emil Valeev, 2013-12-14 01:21:01

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

3 answer(s)
M
MintTea, 2013-12-14
@gitarizd

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]

... that's exactly the point.
To install sass on your computer, read the section "Install - Command line" of the sass documentation , everything is detailed and accessible there.

M
Matvey Pravosudov, 2013-12-14
@oxyberg

Maybe errors in the SCSS code?

A
Anatoly, 2014-10-12
@codefucker

blog.toliklunev.ru/all/kak-podruzhit-sublime-text-...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question