Commit 2da82cd7 authored by Mark Otto's avatar Mark Otto

Merge branch 'master' of http://git.local.twitter.com/baseline

parents e3865e75 af95f5ce
# NOTE: you must have the less npm package installed globally to build! # NOTE: you must have the less npm package installed globally to build!
# To install run: npm install less -g # To install run: npm install less -g
# ProTip: watchr -e "watch('lib/.*\.less') { system 'make' }"
build: build:
@lessc ./lib/bootstrap.less > ./bootstrap-1.0.0.css @lessc ./lib/bootstrap.less > ./bootstrap-1.0.0.css
@lessc ./lib/bootstrap.less > ./bootstrap-1.0.0.min.css --compress @lessc ./lib/bootstrap.less > ./bootstrap-1.0.0.min.css --compress
@echo "bootstrap successfully built!"
.PHONY: build .PHONY: build
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment