summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gruntfile.js4
-rw-r--r--global/build-responsive_.less3
-rw-r--r--global/build_.less5
-rw-r--r--package.json2
4 files changed, 4 insertions, 10 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index ed2c9288..4d8fcf7b 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -17,7 +17,9 @@ module.exports = function (grunt) {
' * @license <%= pkg.license %>' + ' */'
},
build: {
- cerulean:{}, amelia: {}
+ amelia: {}, cerulean:{}, cosmo:{}, cyborg:{}, journal:{}, readable:{},
+ shamrock:{}, simplex:{}, slate:{}, spacelab:{}, spruce:{}, superhero:{},
+ united:{}
},
clean: {
build: {
diff --git a/global/build-responsive_.less b/global/build-responsive_.less
deleted file mode 100644
index cd978fb3..00000000
--- a/global/build-responsive_.less
+++ /dev/null
@@ -1,3 +0,0 @@
-@import "../components/bootstrap/less/responsive.less";
-@import "variables.less";
-@import "../global/global.less"; \ No newline at end of file
diff --git a/global/build_.less b/global/build_.less
deleted file mode 100644
index 6d7f3b83..00000000
--- a/global/build_.less
+++ /dev/null
@@ -1,5 +0,0 @@
-@import "../components/bootstrap/less/bootstrap.less";
-@import "variables.less";
-@import "../global/global.less";
-@import "bootswatch.less";
-@import "../components/bootstrap/less/utilities.less"; \ No newline at end of file
diff --git a/package.json b/package.json
index c5a376c0..30142e0e 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"author": "Thomas Park",
"name": "bootswatch",
"description": "Bootswatch is a collection of free themes for Twitter Bootstrap.",
- "version": "2.3.0+1",
+ "version": "2.3.0",
"homepage": "http://bootswatch.com/",
"license": "Apache License, Version 2.0, http://www.apache.org/licenses/LICENSE-2.0",
"repository": {