Categories
How to make gulp/less not recompile some @imports every time?
There are very large connecting files, which then decently slow down browserSync.
Answer the question
In order to leave comments, you need to log in
You can put the necessary @imports in a separate file and compile it. Then check whether it exists or not. If it exists, then add it to gulp.src, if not, then don't.
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question