From 813ed19b2c699f46c0f4a2ad32cef8ec64af90ac Mon Sep 17 00:00:00 2001 From: Ashish Dixit Date: Wed, 24 Sep 2014 20:06:42 -0500 Subject: [PATCH] Rename helpers/ghostPaths.js -> helpers/ghost-paths.js Refs #4144 --- core/client/app.js | 2 +- core/client/helpers/{ghostPaths.js => ghost-paths.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename core/client/helpers/{ghostPaths.js => ghost-paths.js} (100%) 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