Use JSPM for frontend JS modules

This commit is contained in:
Arne Schlüter 2015-02-08 03:44:05 +01:00
commit 384e9adbd7
17 changed files with 5293 additions and 127 deletions

17
static/config.js Normal file
View file

@ -0,0 +1,17 @@
System.config({
"baseURL": "/static/",
"transpiler": "6to5",
"paths": {
"*": "*.js",
"Reach Out Open Data/*": "js/*.js",
"github:*": "jspm_packages/github/*.js",
"npm:*": "jspm_packages/npm/*.js"
}
});
System.config({
"map": {
"jquery": "github:components/jquery@2.1.3"
}
});