markstory / mini-asset

A simple set of asset build tools that provides a config file and extensible integrations with pre-processors & minifiers.
MIT License
64 stars 17 forks source link

Add a Cached Compiler #33

Closed markstory closed 8 years ago

markstory commented 8 years ago

Add a Compiler that integrates caching. This not only allows the Middleware to be more compact, it also enables intermediary builds to be re-used when the are 'fresh'.

Refs #30

codecov-io commented 8 years ago

Current coverage is 86.78% (diff: 100%)

Merging #33 into master will increase coverage by 0.12%

@@             master        #33   diff @@
==========================================
  Files            33         34     +1   
  Lines           990        999     +9   
  Methods         163        166     +3   
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            858        867     +9   
  Misses          132        132          
  Partials          0          0          

Powered by Codecov. Last update 442f631...76add53