Skip to content

Commit 4c065d8

Browse files
committed
Merge pull request #29 from sableloki/grunt-patch
Grunt Task to build bootstrap and theme in one go
2 parents c7691a4 + 938cf50 commit 4c065d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,5 @@ module.exports = function(grunt) {
9090
grunt.registerTask('dist', ['clean','stylus:bootstrap', 'cssmin:bootstrap', 'uglify']);
9191
grunt.registerTask('theme', ['stylus:theme', 'cssmin:theme']);
9292
grunt.registerTask('watch', ['stylus:bootstrap', 'watch:css']);
93-
93+
grunt.registerTask('build', ['clean','stylus:bootstrap', 'stylus:theme', 'cssmin:bootstrap', 'cssmin:theme', 'uglify']);
9494
};

0 commit comments

Comments
 (0)