stealjs / steal-less

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

Makes work with live-reload 1.5 #29

Closed matthewp closed 8 years ago

matthewp commented 8 years ago

This makes less work with live-reload 1.5. The function liveReload.isReloading() is now part of the contextually imported live-reload module, not the live-reload extension module, so in order to use it we first must import the module.

Closes #28