aggiunto il modulo 'time-grunt' necessario al task 'serve'
This commit is contained in:
parent
82e8e83c03
commit
f42af2bb6d
1 changed files with 3 additions and 0 deletions
|
@ -16,5 +16,8 @@
|
||||||
"grunt-contrib-watch": "^0.6.1",
|
"grunt-contrib-watch": "^0.6.1",
|
||||||
"grunt-newer": "^1.1.1",
|
"grunt-newer": "^1.1.1",
|
||||||
"grunt-wiredep": "^2.0.0"
|
"grunt-wiredep": "^2.0.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"time-grunt": "^1.2.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue