2015-12-15 10:54:16 -06:00
|
|
|
System.config({
|
2015-12-17 04:46:10 -06:00
|
|
|
defaultJSExtenions: true,
|
2015-12-15 10:54:16 -06:00
|
|
|
paths: {
|
2015-12-17 04:46:10 -06:00
|
|
|
moment: 'public/vendor/moment.js',
|
|
|
|
"jquery": "public/vendor/jquery/dist/jquery.js",
|
|
|
|
'lodash-src': 'public/vendor/lodash.js',
|
|
|
|
"lodash": 'public/app/core/lodash_extended.js',
|
|
|
|
"angular": "public/vendor/angular/angular.js",
|
|
|
|
"bootstrap": "public/vendor/bootstrap/bootstrap.js",
|
|
|
|
'angular-route': 'public/vendor/angular-route/angular-route.js',
|
|
|
|
'angular-sanitize': 'public/vendor/angular-sanitize/angular-sanitize.js',
|
|
|
|
"angular-ui": "public/vendor/angular-ui/ui-bootstrap-tpls.js",
|
|
|
|
"angular-strap": "public/vendor/angular-other/angular-strap.js",
|
|
|
|
"angular-dragdrop": "public/vendor/angular-native-dragdrop/draganddrop.js",
|
|
|
|
"angular-bindonce": "public/vendor/angular-bindonce/bindonce.js",
|
|
|
|
"spectrum": "public/vendor/spectrum.js",
|
|
|
|
"filesaver": "public/vendor/filesaver.js",
|
|
|
|
"bootstrap-tagsinput": "public/vendor/tagsinput/bootstrap-tagsinput.js",
|
2015-12-16 05:21:13 -06:00
|
|
|
"jquery.flot": "vendor/flot/jquery.flot",
|
|
|
|
"jquery.flot.pie": "vendor/flot/jquery.flot.pie",
|
|
|
|
"jquery.flot.events": "vendor/flot/jquery.flot.events",
|
|
|
|
"jquery.flot.selection": "vendor/flot/jquery.flot.selection",
|
|
|
|
"jquery.flot.stack": "vendor/flot/jquery.flot.stack",
|
|
|
|
"jquery.flot.stackpercent": "vendor/flot/jquery.flot.stackpercent",
|
|
|
|
"jquery.flot.time": "vendor/flot/jquery.flot.time",
|
|
|
|
"jquery.flot.crosshair": "vendor/flot/jquery.flot.crosshair",
|
|
|
|
"jquery.flot.fillbelow": "vendor/flot/jquery.flot.fillbelow"
|
2015-12-15 10:54:16 -06:00
|
|
|
},
|
|
|
|
|
|
|
|
packages: {
|
2015-12-17 04:46:10 -06:00
|
|
|
app: {
|
|
|
|
defaultExtension: 'js',
|
|
|
|
},
|
2015-12-15 10:54:16 -06:00
|
|
|
},
|
|
|
|
|
|
|
|
map: {
|
2015-12-17 06:18:32 -06:00
|
|
|
'vendor/npm/angular2': 'angular2',
|
2015-12-17 04:46:10 -06:00
|
|
|
app: 'public/app',
|
|
|
|
vendor: 'public/vendor',
|
2015-12-16 10:01:34 -06:00
|
|
|
},
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
'vendor/angular/angular.js': {
|
|
|
|
format: 'amd',
|
|
|
|
deps: ['jquery'],
|
|
|
|
exports: 'angular',
|
|
|
|
}
|
|
|
|
|
2015-12-15 10:54:16 -06:00
|
|
|
}
|
2015-12-16 10:01:34 -06:00
|
|
|
|
2015-12-15 10:54:16 -06:00
|
|
|
});
|