A
A
Alexander Tsymbal2015-02-22 22:59:38
css
Alexander Tsymbal, 2015-02-22 22:59:38

How to compile SASS from multiple source folders into one destination?

Hello colleagues.
I just started learning sass, I immediately ran into a problem while working with the Google web starter kit (analogue of Bootstrap).
When the command is called, the sass --watch app/styles:app/stylescompiler starts, everything works fine. .css files are created in the same subfolders where .scss files are located:

/app/styles/main.scss
/app/styles/main.css
/app/styles/components/components.scss
/app/styles/components/components.css

Is it possible to write a command that will collect compiled css files in one folder /app/styles/?
Those. so that the components.css file is not placed in the same /components/ folder as its sass version?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question