Changed config.js to backend generated config.js

This commit is contained in:
Torkel Ödegaard
2014-12-18 15:41:01 +01:00
parent ad91093902
commit 4e542d8b83
+1 -1
View File
@@ -6,7 +6,7 @@ require.config({
paths: {
app: 'p_app',
config: ['../config', '../config.sample'],
config: ['../../frontend/config'],
settings: 'components/settings',
kbn: 'components/kbn',
store: 'components/store',