mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 08:33:58 -07:00
Added handlebars.helpers (if_eq, etc)
This commit is contained in:
parent
281790ff0a
commit
2fd73ea446
5 changed files with 156 additions and 3 deletions
|
@ -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'
|
||||
]
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue