Просмотр исходного кода

Work on handling frontend settings

Torkel Ödegaard 11 лет назад
Родитель
Сommit
cfabccc5f2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/app/components/require.config.js

+ 1 - 1
src/app/components/require.config.js

@@ -6,7 +6,7 @@ require.config({
 
   paths: {
     app: 'p_app',
-    config:                   ['../../frontend/config'],
+    config:                   ['components/config'],
     settings:                 'components/settings',
     kbn:                      'components/kbn',
     store:                    'components/store',