]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add watchr command for prostyle developmentttt
authorJacob Thornton <jacobthornton@gmail.com>
Tue, 28 Jun 2011 19:04:27 +0000 (12:04 -0700)
committerJacob Thornton <jacobthornton@gmail.com>
Tue, 28 Jun 2011 19:04:27 +0000 (12:04 -0700)
Makefile

index 8698b55b5d81eec32df3e456a5331c4ca917bcee..6c1743cc54adfcd49be01bb0d601797434ee1f06 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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