summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gruntfile.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index b9c0cf19..da9170fe 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -16,14 +16,14 @@ module.exports = function (grunt) {
' * @license <%= pkg.license %>' + ' */'
},
swatch: {
- amelia: {}, cerulean:{}, cosmo:{}, cyborg:{}, journal:{}, readable:{},
+ amelia:{}, cerulean:{}, cosmo:{}, cyborg:{}, journal:{}, readable:{},
simplex:{}, slate:{}, spacelab:{}, spruce:{}, superhero:{}, united:{}
},
clean: {
- build: {
- src: ['*/build.less', '*/build-responsive.less',
- '!global/build.less', '!global/build-responsive.less']
- }
+ build: {
+ src: ['*/build.less', '*/build-responsive.less',
+ '!global/build.less', '!global/build-responsive.less']
+ }
},
concat: {
dist: {