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