Closed matthewp closed 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.
liveReload.isReloading()
Closes #28
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