added grunt-notify

This commit is contained in:
kay.one 2013-04-11 21:39:29 -07:00
commit e11f8e6369
2 changed files with 3 additions and 1 deletions

View file

@ -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']);