mirror of
https://github.com/heyarne/berliner-winter.git
synced 2026-05-06 19:23:39 +02:00
Use bundled javascript file
This commit is contained in:
parent
689aa1884a
commit
ac36cf6d6b
4 changed files with 19 additions and 3 deletions
|
|
@ -6,6 +6,18 @@ System.config({
|
||||||
"Reach Out Open Data/*": "js/*.js",
|
"Reach Out Open Data/*": "js/*.js",
|
||||||
"github:*": "jspm_packages/github/*.js",
|
"github:*": "jspm_packages/github/*.js",
|
||||||
"npm:*": "jspm_packages/npm/*.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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
5
static/js/bundle.js
Normal file
5
static/js/bundle.js
Normal file
File diff suppressed because one or more lines are too long
1
static/js/bundle.js.map
Normal file
1
static/js/bundle.js.map
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -38,8 +38,6 @@
|
||||||
<script src="http://maps.stamen.com/js/tile.stamen.js?v1.3.0"></script>
|
<script src="http://maps.stamen.com/js/tile.stamen.js?v1.3.0"></script>
|
||||||
|
|
||||||
<script src="static/jspm_packages/6to5-polyfill.js"></script>
|
<script src="static/jspm_packages/6to5-polyfill.js"></script>
|
||||||
<script src="static/jspm_packages/system.js"></script>
|
<script src="static/js/bundle.js"></script>
|
||||||
<script src="static/config.js"></script>
|
|
||||||
<script>System.import('js/main');</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue