Created
March 6, 2012 14:09
-
-
Save heroheman/1986473 to your computer and use it in GitHub Desktop.
Javascript: LiveReload for Less CSS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Live Reload für Less --> | |
<script type="text/javascript" charset="utf-8"> | |
less.env = "development"; | |
less.watch(); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment