Skip to content

Commit

Permalink
Add js to grunt default task
Browse files Browse the repository at this point in the history
  • Loading branch information
houkanshan committed Mar 22, 2014
1 parent cb18a89 commit 36b668c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ module.exports = function(grunt) {
grunt.registerTask('html', ['jade'])
grunt.registerTask('css', ['stylus'])
grunt.registerTask('js', ['uglify'])
grunt.registerTask('default', ['jade', 'stylus'])
grunt.registerTask('default', ['jade', 'js', 'stylus'])
}

0 comments on commit 36b668c

Please sign in to comment.