added information on building less.js, in readme

This commit is contained in:
cloudhead
2010-04-29 17:54:34 -04:00
parent 7a4e0ff77a
commit f3e28e08bf

View File

@@ -25,6 +25,10 @@ synopsis
### in the browser
First, run `make less` in the command line. It will the *less.js* file in *dist/*.
Then, you can use it as such:
<script src="less.js"></script>
<link rel="less" href="main.less" type="text/css">
To build a minified version, run `make min`