spacelab: style links in alerts
[bootswatch] / Gruntfile.js
index 8ae69ab..bde3d55 100644 (file)
@@ -16,15 +16,14 @@ module.exports = function (grunt) {
                                                ' * @license <%= pkg.license %>' + ' */'
                },
                swatch: {
-                       amelia: {}, cerulean:{}, cosmo:{}, cyborg:{}, journal:{}, readable:{},
-                       shamrock:{}, simplex:{}, slate:{}, spacelab:{}, spruce:{}, superhero:{},
-                       united:{}
+                       amelia:{}, cerulean:{}, cosmo:{}, cyborg:{}, flatly:{}, 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: {
@@ -107,4 +106,8 @@ module.exports = function (grunt) {
                var t = this.target;
                grunt.task.run('build:'+t, 'build-responsive:'+t);
        });
+       
+       grunt.registerTask('default', 'build a theme, both not responsive and responsive', function() {
+               grunt.task.run('swatch');
+       });
 };
\ No newline at end of file