You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've changed my sass workflow recently to more modular way - a lot of partials in directories, instead of single stylesheet - and i've noticed, that time of compilation growed really bad. It continously grows when I apply some changes in my partials (it can grows even to 10 sec for single compile!):
My main stylesheet contains only imports of partials e.g.: @import 'components/menu';
and so on...
Interesting thing: when i've moved all partials from internal directories to main /scss directory, problem doesn't appears.
I really want to preserve that modular directory tree and not go for a flat structure.
The text was updated successfully, but these errors were encountered:
I've changed my sass workflow recently to more modular way - a lot of partials in directories, instead of single stylesheet - and i've noticed, that time of compilation growed really bad. It continously grows when I apply some changes in my partials (it can grows even to 10 sec for single compile!):
My main stylesheet contains only imports of partials e.g.:
@import 'components/menu';
and so on...
This is my gulpfile:
Interesting thing: when i've moved all partials from internal directories to main /scss directory, problem doesn't appears.
I really want to preserve that modular directory tree and not go for a flat structure.
The text was updated successfully, but these errors were encountered: