| 12345678910111213141516171819 |
- commit 4e542d8b83844f8faa4d5ae3edab593950aaa344
- Author: Torkel Ödegaard <torkel.odegaard@gmail.com>
- Date: Thu Dec 18 15:41:01 2014 +0100
- Changed config.js to backend generated config.js
- diff --git a/src/app/components/require.config.js b/src/app/components/require.config.js
- index 8ff6e8254..5a0a2662f 100644
- --- a/src/app/components/require.config.js
- +++ b/src/app/components/require.config.js
- @@ -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',
|