Skip to content

Commit 9b531d0

Browse files
committed
update grunt
1 parent cea9174 commit 9b531d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ module.exports = function(grunt) {
7878
watch: {
7979
scripts: {
8080
files: ['src/*.js'],
81-
tasks: ['uglify', 'jshint', 'jscs'],
81+
tasks: ['uglify', 'copy'],
8282
options: {
8383
},
8484
},
@@ -97,5 +97,5 @@ module.exports = function(grunt) {
9797
},
9898
});
9999

100-
grunt.registerTask('default', ['sass', 'cssmin', 'copy', 'uglify', 'doctoc', 'jshint', 'jscs']);
100+
grunt.registerTask('default', ['sass', 'cssmin', 'jshint', 'jscs', 'copy', 'uglify', 'doctoc']);
101101
};

0 commit comments

Comments
 (0)