mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-05 19:14:42 +00:00
Merge branch 'master' of http://git.local.twitter.com/baseline
This commit is contained in:
commit
2da82cd7ca
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -1,8 +1,10 @@
|
||||||
# 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
|
||||||
Loading…
Reference in a new issue