diff options
| author | Jacob Thornton <[email protected]> | 2011-06-28 12:04:27 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-06-28 12:04:27 -0700 |
| commit | af95f5ce52546e94f988fbeb683ddaecbd3994f5 (patch) | |
| tree | 72ab1a6795d58b75a8209d6fb069db0d174f1f31 | |
| parent | 9660f6f18d610ee4b03c0e3bf2823393fc66640b (diff) | |
| download | bootstrap-af95f5ce52546e94f988fbeb683ddaecbd3994f5.tar.xz bootstrap-af95f5ce52546e94f988fbeb683ddaecbd3994f5.zip | |
add watchr command for prostyle developmentttt
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,8 +1,10 @@ # NOTE: you must have the less npm package installed globally to build! # To install run: npm install less -g +# ProTip: watchr -e "watch('lib/.*\.less') { system 'make' }" build: @lessc ./lib/bootstrap.less > ./bootstrap-1.0.0.css @lessc ./lib/bootstrap.less > ./bootstrap-1.0.0.min.css --compress + @echo "bootstrap successfully built!" .PHONY: build
\ No newline at end of file |
