mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
handlebars and templates are loaded with require.js
This commit is contained in:
+3
-2
@@ -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/', '')
|
||||
|
||||
Reference in New Issue
Block a user