Commit 471563eb authored by Jacob Thornton's avatar Jacob Thornton

+ 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
parent bb665f15
# 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
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<title>Twitter Bootstrap</title> <title>Twitter Bootstrap</title>
<!-- Le styles --> <!-- Le styles -->
<link href="../bootstrap.css" rel="stylesheet" type="text/css"> <link href="../bootstrap-1.0.0.css" rel="stylesheet" type="text/css">
<link href="assets/css/docs.css" rel="stylesheet" type="text/css"> <link href="assets/css/docs.css" rel="stylesheet" type="text/css">
<!-- Le javascript --> <!-- Le javascript -->
......
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