sync
[bootswatch] / Gruntfile.js
index 5a3ea20..f5b0c10 100644 (file)
@@ -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
+};