From 68fbecc6f837b1da005a4906ef8e8095758631e2 Mon Sep 17 00:00:00 2001 From: Patrick Coffey Date: Tue, 16 Apr 2013 14:52:07 -0500 Subject: [PATCH] Add uglify and version to watch --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index e0c22a0..1c47cee 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -62,7 +62,7 @@ module.exports = function(grunt) { files: [ '<%= jshint.all %>' ], - tasks: ['jshint'] + tasks: ['jshint', 'uglify', 'version'] } }, clean: {