From: Francesco Pontillo Date: Tue, 26 Feb 2013 00:29:15 +0000 (+0100) Subject: Gruntfile.js now considers all of the themes on "grunt build". X-Git-Tag: v2.3.0+2~7^2~3 X-Git-Url: http://git.roojs.org/?p=bootswatch;a=commitdiff_plain;h=fc592d52f7b35444bd365df54923fb07e25a264c Gruntfile.js now considers all of the themes on "grunt build". package.json with a standard version number (from bootstrap). Removed backup .less files. --- diff --git a/Gruntfile.js b/Gruntfile.js index ed2c928..4d8fcf7 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 cd978fb..0000000 --- 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 6d7f3b8..0000000 --- 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 c5a376c..30142e0 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": {