mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
handlebars and templates are loaded with require.js
This commit is contained in:
parent
2407e33ea2
commit
7c483e2db9
8 changed files with 13 additions and 20 deletions
|
@ -76,9 +76,10 @@ module.exports = function (grunt) {
|
|||
|
||||
handlebars: {
|
||||
options: {
|
||||
namespace : "Templates",
|
||||
namespace : "Templates",
|
||||
partialRegex: /Partial.html/,
|
||||
wrapped : true,
|
||||
wrapped : true,
|
||||
amd : true,
|
||||
processName: function (fileName) {
|
||||
return fileName
|
||||
.replace('UI/', '')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue