diff options
author | Francesco Pontillo <francescopontillo@gmail.com> | 2013-02-26 01:29:15 +0100 |
---|---|---|
committer | Francesco Pontillo <francescopontillo@gmail.com> | 2013-02-26 01:29:15 +0100 |
commit | fc592d52f7b35444bd365df54923fb07e25a264c (patch) | |
tree | b373040770c8543dc457411e7bc916b449e513cf | |
parent | 6c1d61ef8fe103f3ecb25d90aa1e0e55faa9b0c8 (diff) |
Gruntfile.js now considers all of the themes on "grunt build".
package.json with a standard version number (from bootstrap).
Removed backup .less files.
-rw-r--r-- | Gruntfile.js | 4 | ||||
-rw-r--r-- | global/build-responsive_.less | 3 | ||||
-rw-r--r-- | global/build_.less | 5 | ||||
-rw-r--r-- | package.json | 2 |
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": { |