Merge pull request #745 from patrickocoffeyo/grunt
Add uglify and version to watch
This commit is contained in:
@@ -62,7 +62,7 @@ module.exports = function(grunt) {
|
||||
files: [
|
||||
'<%= jshint.all %>'
|
||||
],
|
||||
tasks: ['jshint']
|
||||
tasks: ['jshint', 'uglify', 'version']
|
||||
}
|
||||
},
|
||||
clean: {
|
||||
|
||||
Reference in New Issue
Block a user