From 48ddd3185758781ce048c82987352a6a916089ba Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Thu, 28 Feb 2013 20:53:53 -0500 Subject: [PATCH] whitespace tweaks in gruntfile --- Gruntfile.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index b9c0cf1..da9170f 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: { -- 2.39.2