Skip to content

Commit c62c951

Browse files
committed
added build command grunt
1 parent 35a1665 commit c62c951

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ grunt.loadNpmTasks('grunt-contrib-uglify');
2121
grunt.loadNpmTasks('grunt-contrib-watch');
2222

2323
grunt.registerTask('default', ['watch']);
24+
grunt.registerTask('build', ['uglify']);
2425
module.exports = grunt;

waterfall.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)