X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Gruntfile.js;h=f5b0c10d3965b30fe48a5cd2adc21867262cc906;hb=eb7b1acdf465a9132636fa20d797a389a6164c54;hp=299efe5fd2030525b9bd1448f01c1fdf7f791417;hpb=7821cd04a9c5b8d4ba61fa36897af004d8052e72;p=bootswatch diff --git a/Gruntfile.js b/Gruntfile.js index 299efe5..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:{}, superhero:{}, 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 +};