G
G
Ghash2017-02-10 17:04:52
css
Ghash, 2017-02-10 17:04:52

How to compile CSS from SASS into separate folder?

How to compile CSS from SASS into separate folder?
I use Sublime 3.
Installed the Sass plugin for Sublime Text
Installed the Sass Build plugin for Sublime Text
Installed the SublimeOnSave plugin for Sublime Text
Added settings to Sublime Text Settings – Default:
{
"filename_filter": ".(sass|scss)$",
"build_on_save" : 1
}
It compiles to the same folder where SASS is, I would like to understand how it is possible to decompose into folders .. There is no information on the Internet. Thanks in advance!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
Kirill Kublyakov, 2017-02-10
@Ghash

As there is no information on the internet, everything is written in the readme of the Sass Build plugin:
https://github.com/alexlitel/Sass-Build-SublimeTex...

E
Egor Zhivagin, 2017-02-10
@Krasnodar_etc

Install Gulp and not plugins for Sublime to do this)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question