Skip to content

Commit

Permalink
add watchr command for prostyle developmentttt
Browse files Browse the repository at this point in the history
  • Loading branch information
fat committed Jun 28, 2011
1 parent 9660f6f commit af95f5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit af95f5c

Please sign in to comment.