whitespace tweaks in gruntfile
authorThomas Park <thomas@thomaspark.me>
Fri, 1 Mar 2013 01:53:53 +0000 (20:53 -0500)
committerThomas Park <thomas@thomaspark.me>
Fri, 1 Mar 2013 01:53:53 +0000 (20:53 -0500)
Gruntfile.js

index b9c0cf1..da9170f 100644 (file)
@@ -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: {