1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00
twbs--bootstrap/Makefile
Jacob Thornton 471563eb81 + add a make file which auto builds the bootstrap dist files
+ rebuild dist files
+ update index.html to point to bootstrap-1.0.0.css
2011-06-28 00:23:54 -07:00

8 lines
No EOL
253 B
Makefile

# NOTE: you must have the less npm package installed globally to build!
# To install run: npm install less -g
build:
@lessc ./lib/bootstrap.less > ./bootstrap-1.0.0.css
@lessc ./lib/bootstrap.less > ./bootstrap-1.0.0.min.css --compress
.PHONY: build