mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Added handlebars.helpers (if_eq, etc)
This commit is contained in:
@@ -7,6 +7,7 @@ require.config({
|
||||
'backbone' : 'JsLibraries/backbone',
|
||||
'sugar' : 'JsLibraries/sugar',
|
||||
'handlebars' : 'JsLibraries/handlebars.runtime',
|
||||
'handlebars.helpers' : 'JsLibraries/handlebars.helpers',
|
||||
'bootstrap' : 'JsLibraries/bootstrap',
|
||||
'backbone.mutators' : 'JsLibraries/backbone.mutators',
|
||||
'backbone.deepmodel' : 'JsLibraries/backbone.deep.model',
|
||||
@@ -159,6 +160,13 @@ require.config({
|
||||
[
|
||||
'backgrid'
|
||||
]
|
||||
},
|
||||
|
||||
'handlebars.helpers': {
|
||||
deps:
|
||||
[
|
||||
'handlebars'
|
||||
]
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user