Closed
Description
I am currently working on a project with quite a substantial amount of less. i am using gulp.watch
to run rebuilds.
i was hoping the rebuilds would be faster than the initial build, but they take exactly as long. is there a way to cache parsing results between rebuilds? optimally i would like to be able to store the cache to a file as well so the cache can be read and used for the initial builds as well.
i am willing to dig through code and try implement some kind of solution myself but would appreciate some pointers in the right direction. For example, should the FileManager or ImportManager try to cache parsing results?