Use bundled javascript file

This commit is contained in:
Arne Schlüter 2015-02-10 18:35:43 +01:00
commit ac36cf6d6b
4 changed files with 19 additions and 3 deletions

View file

@ -6,6 +6,18 @@ System.config({
"Reach Out Open Data/*": "js/*.js",
"github:*": "jspm_packages/github/*.js",
"npm:*": "jspm_packages/npm/*.js"
},
"bundles": {
"js/bundle": [
"github:components/jquery@2.1.3/jquery",
"js/lib/oms.min",
"js/filter",
"js/colors",
"js/popup",
"github:components/jquery@2.1.3",
"js/visualization",
"js/main"
]
}
});