Merge pull request #745 from patrickocoffeyo/grunt

Add uglify and version to watch
This commit is contained in:
Ben Word
2013-04-16 13:34:25 -07:00

View File

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