stakx-io / stakx

An opinionated, powerful, and simple static website generator built in PHP
https://stakx.io/
MIT License
14 stars 3 forks source link

Cache Sass at Build #90

Closed allejo closed 5 years ago

allejo commented 5 years ago

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.