X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Gruntfile.js;h=f5b0c10d3965b30fe48a5cd2adc21867262cc906;hb=eb7b1acdf465a9132636fa20d797a389a6164c54;hp=5a3ea20364dd9d5860637b0eeb1684d33f6f47f1;hpb=20e2d90874a3e1116c76e1547210d191dd0159f4;p=bootswatch diff --git a/Gruntfile.js b/Gruntfile.js index 5a3ea20..f5b0c10 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -18,7 +18,8 @@ module.exports = function (grunt) { }, swatch: { amelia:{}, cerulean:{}, cosmo:{}, cyborg:{}, flatly:{}, journal:{}, - readable:{}, simplex:{}, slate:{}, spacelab:{}, superhero:{}, united:{} + readable:{}, simplex:{}, slate:{}, spacelab:{}, united:{}, yeti: {}, + custom:{} }, clean: { build: { @@ -85,4 +86,4 @@ module.exports = function (grunt) { grunt.registerTask('default', 'build a theme', function() { grunt.task.run('swatch'); }); -}; \ No newline at end of file +};