We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7691a4 + 938cf50 commit 4c065d8Copy full SHA for 4c065d8
Gruntfile.js
@@ -90,5 +90,5 @@ module.exports = function(grunt) {
90
grunt.registerTask('dist', ['clean','stylus:bootstrap', 'cssmin:bootstrap', 'uglify']);
91
grunt.registerTask('theme', ['stylus:theme', 'cssmin:theme']);
92
grunt.registerTask('watch', ['stylus:bootstrap', 'watch:css']);
93
-
+ grunt.registerTask('build', ['clean','stylus:bootstrap', 'stylus:theme', 'cssmin:bootstrap', 'cssmin:theme', 'uglify']);
94
};
0 commit comments