stealjs / steal-less

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

When live-reloading, ignore local caching. #23

Closed matthewp closed 8 years ago

matthewp commented 8 years ago

steal-less mantains a source cache in order to since less' caching with steal' so that less files are only fetched once. When live-reloading we need to ignore this cache so that we always go back to the server to fetch the source.