juanfran / gulp-jade-inheritance

Gulp plugin to rebuild jade files and other files that have extended or included those files
34 stars 32 forks source link

Cache sass graph and make build faster #18

Closed ZanderZhan closed 5 years ago

ZanderZhan commented 5 years ago

Operation System: macOS Mojave 10.14.2 Node Version: v7.10.1

In my project ,there is 410 scss file and it costs about 15 seconds when I modify a single file. There is too long for develop, but after cache sass-graph, it costs only about 1.5 seconds. So I think it's better to pull a request to improve build performance. sass

before: before

after: after