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 AST when using '--use-cache' #91

Closed allejo closed 5 years ago

allejo commented 5 years ago

Summary

Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Fixed issues Fixes #90

Description

Add caching functions to asset engines that'll let you read and write to the .stakx-cache/ folder.

Check List