Add uglify and version to watch

This commit is contained in:
Patrick Coffey
2013-04-16 14:52:07 -05:00
parent 39e8797980
commit 68fbecc6f8

View File

@@ -62,7 +62,7 @@ module.exports = function(grunt) {
files: [
'<%= jshint.all %>'
],
tasks: ['jshint']
tasks: ['jshint', 'uglify', 'version']
}
},
clean: {