mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
added precompiling of handlebar templates to grunt.
This commit is contained in:
parent
fb47bac883
commit
9ddfe34acc
2 changed files with 45 additions and 14 deletions
|
@ -17,6 +17,9 @@
|
|||
"dependencies": {
|
||||
"grunt": "*",
|
||||
"grunt-contrib-uglify": "*",
|
||||
"grunt-contrib-handlebars": "*"
|
||||
"grunt-contrib-handlebars": "*",
|
||||
"grunt-contrib-watch": "~0.3.1",
|
||||
"grunt-contrib-less": "~0.5.0",
|
||||
"grunt-contrib-concat": "~0.1.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue