Skip to content

Commit

Permalink
Merge branch 'master' of http://git.local.twitter.com/baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Jun 28, 2011
2 parents e3865e7 + af95f5c commit 2da82cd
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 2da82cd

Please sign in to comment.