D
D
desuvin2015-03-29 09:33:24
css
desuvin, 2015-03-29 09:33:24

How to set up automatic compilation of Sass via libsass in Sublime Text?

The problem is that now there is a plugin that builds sass through the ruby ​​gem. However, it's terribly slow, I want to upgrade to the Node version. I know that everyone uses gulp for this purpose. but 50% of sites are edited directly to ftp (included as a folder on the screw). Putting a gulp on each ftp is a bad idea, so I want to configure libsass in the sublime so that it compiles on save, like the popular ruby ​​plugin. All this is required to gain compile time, because ruby gem is too slow. How can this problem be solved? What plugin can be installed so that it compiles sass when saving, but not through ruby, but through node.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim, 2015-03-29
Antonikhin @STJ

Option 1 - put the watcher on the node and, when saving, call the command to compile sass.
Option 2 - gulp, save on local machine and after compilation copy to ftp.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question