bolt-engine/config.js

10 lines
145 B
JavaScript
Raw Permalink Normal View History

2015-01-22 19:26:00 +00:00
System.config({
"paths": {
"*": "*.js",
"Bolt/*": "src/*.js",
"npm:*": "jspm_packages/npm/*.js",
"bolt/*": "src/*.js"
}
});