Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2011-08-31 10:34:19 +0400
committerJacob Thornton <jacobthornton@gmail.com>2011-08-31 10:34:19 +0400
commit4fb1c5bd4b527797183a60e752f0276b01637fd5 (patch)
tree39aa84637a16f59dfade1fa0714bea4ab50f0dfe /Makefile
parent588cb1c06d372817e7be2a44384b177bef660f53 (diff)
rename all 1.1.1 stuff -> 1.2.0 and remove templates dir and fluid.html
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f4f367567f..82603c41f6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
DATE=$(shell DATE)
-BOOTSTRAP = ./bootstrap-1.1.1.css
-BOOTSTRAP_MIN = ./bootstrap-1.1.1.min.css
+BOOTSTRAP = ./bootstrap-1.2.0.css
+BOOTSTRAP_MIN = ./bootstrap-1.2.0.min.css
BOOTSTRAP_LESS = ./lib/bootstrap.less
LESS_COMPESSOR ?= `which lessc`
WATCHR ?= `which watchr`