From: Jacob Thornton Date: Tue, 28 Jun 2011 19:04:27 +0000 (-0700) Subject: add watchr command for prostyle developmentttt X-Git-Tag: v1.0.0~49^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af95f5ce52546e94f988fbeb683ddaecbd3994f5;p=thirdparty%2Fbootstrap.git add watchr command for prostyle developmentttt --- diff --git a/Makefile b/Makefile index 8698b55b5d..6c1743cc54 100644 --- 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