Gruntfile.js now considers all of the themes on "grunt build".
authorFrancesco Pontillo <francescopontillo@gmail.com>
Tue, 26 Feb 2013 00:29:15 +0000 (01:29 +0100)
committerFrancesco Pontillo <francescopontillo@gmail.com>
Tue, 26 Feb 2013 00:29:15 +0000 (01:29 +0100)
package.json with a standard version number (from bootstrap).
Removed backup .less files.

Gruntfile.js
global/build-responsive_.less [deleted file]
global/build_.less [deleted file]
package.json

index ed2c928..4d8fcf7 100644 (file)
@@ -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 (file)
index cd978fb..0000000
+++ /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 (file)
index 6d7f3b8..0000000
+++ /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
index c5a376c..30142e0 100644 (file)
@@ -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": {