Added build configuration for shamrock, closes #81
[bootswatch] / Gruntfile.js
index b9c0cf1..ca0d5be 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:{}, shamrock:{},
                        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: {