mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
added folder clean up to grunt
removed unused tasks
This commit is contained in:
parent
f9386b8306
commit
2683a3ca12
2 changed files with 8 additions and 18 deletions
|
@ -16,14 +16,12 @@
|
|||
"readmeFilename": "readme.md",
|
||||
"dependencies": {
|
||||
"grunt": "*",
|
||||
"grunt-contrib-uglify": "*",
|
||||
"grunt-contrib-handlebars": "*",
|
||||
"grunt-contrib-watch": "*",
|
||||
"grunt-contrib-less": "*",
|
||||
"grunt-contrib-concat": "*",
|
||||
"grunt-contrib-copy": "*",
|
||||
"grunt-wrap": "*",
|
||||
"grunt-curl": "*",
|
||||
"grunt-notify": "*"
|
||||
"grunt-notify": "*",
|
||||
"grunt-clean": "*"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue