stealjs / steal-less

A less plugin for StealJS
https://www.npmjs.com/package/steal-less
MIT License
4 stars 2 forks source link

Don't use the fileCache when live-reloading #20

Closed matthewp closed 8 years ago

matthewp commented 8 years ago

This changes it so that during a live-reload cycle the fileCache is not used. This is so that we correctly re-import modules that have changed.