Skip to content

Instantly share code, notes, and snippets.

@heroheman
Created March 6, 2012 14:09
Show Gist options
  • Save heroheman/1986473 to your computer and use it in GitHub Desktop.
Save heroheman/1986473 to your computer and use it in GitHub Desktop.
Javascript: LiveReload for Less CSS
<!-- 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