diff --git a/Gruntfile.js b/Gruntfile.js index a088e05e4..3ec45cde6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -98,6 +98,7 @@ module.exports = function(grunt) { grunt.loadNpmTasks('grunt-contrib-concat'); grunt.loadNpmTasks('grunt-contrib-copy'); grunt.loadNpmTasks('grunt-wrap'); + grunt.loadNpmTasks('grunt-notify'); // Default task(s). grunt.registerTask('default', ['copy','less:bootstrap','handlebars', 'watch']); diff --git a/package.json b/package.json index 55b08dec9..8da13316a 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,8 @@ "grunt-contrib-concat": "*", "grunt-contrib-copy": "*", "grunt-wrap": "*", - "grunt-curl": "*" + "grunt-curl": "*", + "grunt-notify":"*" }, "scripts": { "preinstall": "npm install grunt-cli -g"