From ce2e44a921d7397cb5cb465c20426d3647edf9ca Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Tue, 27 May 2014 10:18:46 +0200 Subject: [PATCH] Added notifications to Grunt --- build/package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/build/package.json b/build/package.json index d84a797..fa955b8 100644 --- a/build/package.json +++ b/build/package.json @@ -10,12 +10,13 @@ }, "devDependencies": { "grunt": "~0.4.2", - "grunt-contrib-uglify": "~0.4.0", - "grunt-contrib-concat": "~0.3.0", - "grunt-contrib-coffee": "~0.10.1", - "grunt-contrib-cssmin": "~0.9.0", "grunt-contrib-clean": "~0.5.0", + "grunt-contrib-coffee": "~0.10.1", + "grunt-contrib-concat": "~0.3.0", + "grunt-contrib-cssmin": "~0.9.0", + "grunt-contrib-uglify": "~0.4.0", "grunt-contrib-watch": "~0.6.0", + "grunt-notify": "^0.3.0", "load-grunt-tasks": "~0.4.0" } }