diff --git a/core/client/app.js b/core/client/app.js index b8d8ceb503..bc2b49324e 100755 --- a/core/client/app.js +++ b/core/client/app.js @@ -3,7 +3,7 @@ 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/ghostPaths'; +import ghostPathsHelper from 'ghost/helpers/ghost-paths'; Ember.MODEL_FACTORY_INJECTIONS = true; diff --git a/core/client/helpers/ghostPaths.js b/core/client/helpers/ghost-paths.js similarity index 100% rename from core/client/helpers/ghostPaths.js rename to core/client/helpers/ghost-paths.js