2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

+ 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
This commit is contained in:
Jacob Thornton
2011-06-28 00:23:54 -07:00
parent bb665f157e
commit 471563eb81
5 changed files with 268 additions and 378 deletions
+8
View File
@@ -0,0 +1,8 @@
# 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