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