refactoring: moving components -> core

This commit is contained in:
Torkel Ödegaard
2015-10-30 14:19:02 +01:00
parent 39bc3cb532
commit 1113081aab
34 changed files with 35 additions and 151 deletions

View File

@@ -2,9 +2,7 @@ require.config({
baseUrl: 'http://localhost:9876/base/',
paths: {
config: 'app/components/config',
kbn: 'app/components/kbn',
store: 'app/components/store',
settings: 'app/components/settings',
lodash: 'app/components/lodash.extended',
@@ -58,7 +56,7 @@ require.config({
},
angular: {
deps: ['jquery', 'config'],
deps: ['jquery'],
exports: 'angular'
},