diff options
| author | Mark Otto <[email protected]> | 2011-06-28 12:40:01 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-28 12:40:01 -0700 |
| commit | 2da82cd7ca8e7f8076416f300060c11bb2ab7d4e (patch) | |
| tree | 463f605ba6c3840ba6b73d958c9a41658b707bfb /Makefile | |
| parent | e3865e75ac27383b958df27b20281e4c5ce95ada (diff) | |
| parent | af95f5ce52546e94f988fbeb683ddaecbd3994f5 (diff) | |
| download | bootstrap-2da82cd7ca8e7f8076416f300060c11bb2ab7d4e.tar.xz bootstrap-2da82cd7ca8e7f8076416f300060c11bb2ab7d4e.zip | |
Merge branch 'master' of http://git.local.twitter.com/baseline
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
