How to cache STYLUS?
There is a large style file.styk to 3K rows, with a bunch of functions and mixins. Prompt as correctly it to cache when building in GULP.
I would appreciate any help.
1 answer
I do not quite understand what you want to do.
But usually the files are not processed if the files have not been changed. Most likely incorrectly done tasks on the Assembly.
In any case, you can use the plugin gulp-cached and gulp-changed
Find more questions by tags CSSGulp.js