mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-03 03:55:26 +03:00
Allow resolver to lookup gh-path helper.
This commit is contained in:
parent
4f278e3cf7
commit
d70b19987c
@ -3,7 +3,6 @@ import loadInitializers from 'ember/load-initializers';
|
||||
import 'ghost/utils/link-view';
|
||||
import 'ghost/utils/text-field';
|
||||
import configureApp from 'ghost/config';
|
||||
import ghostPathsHelper from 'ghost/helpers/ghost-paths';
|
||||
|
||||
Ember.MODEL_FACTORY_INJECTIONS = true;
|
||||
|
||||
@ -17,6 +16,4 @@ configureApp(App);
|
||||
|
||||
loadInitializers(App, 'ghost');
|
||||
|
||||
Ember.Handlebars.registerHelper('gh-path', ghostPathsHelper);
|
||||
|
||||
export default App;
|
||||
|
Loading…
Reference in New Issue
Block a user