stakx-io/stakx

Cache Sass at Build

Closed this issue · 0 comments

Compiling the Sass is the slowest part of the build process, so let's take advantage of the --use-cache flag. If it's set, let's see if we can write out the internal Sass cache out into the cache directory and read in from it for future builds when the flag is used.