diff options
| author | Thomas Park <thomas@thomaspark.me> | 2013-02-28 20:53:53 -0500 |
|---|---|---|
| committer | Thomas Park <thomas@thomaspark.me> | 2013-02-28 20:53:53 -0500 |
| commit | 48ddd3185758781ce048c82987352a6a916089ba (patch) | |
| tree | 101e13b235a539f67e97749fa5c625000a3aaf5b | |
| parent | 2240071060b80ac3f7ab4e91e95c6e9c58bdf23a (diff) | |
whitespace tweaks in gruntfile
| -rw-r--r-- | Gruntfile.js | 10 |
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: { |
