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-09-16 10:09:56 +0400
committerJacob Thornton <jacobthornton@gmail.com>2011-09-16 10:09:56 +0400
commit472632ba51a50457370c55267a736e3efc4c09cc (patch)
tree62a4dd11a12502ee3feb8f1e6668aae450345eb0 /Makefile
parent5675d8f00a16d1f5c3eebbe7e9a0ec2b0f494855 (diff)
mv 1.3.0 file names to plane bootstrap.css for submodulers
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5ae8740b0e..ca99eaa185 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
DATE=$(shell DATE)
-BOOTSTRAP = ./bootstrap-1.3.0.css
-BOOTSTRAP_MIN = ./bootstrap-1.3.0.min.css
+BOOTSTRAP = ./bootstrap.css
+BOOTSTRAP_MIN = ./bootstrap.min.css
BOOTSTRAP_LESS = ./lib/bootstrap.less
LESS_COMPESSOR ?= `which lessc`
WATCHR ?= `which watchr`