mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-12 11:15:43 +02:00
added grunt-notify
This commit is contained in:
parent
15c875c568
commit
e11f8e6369
@ -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']);
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user