Files
jspm-registry/test/libraries.html
T

18 lines
396 B
HTML
Raw Normal View History

2013-11-26 21:40:36 +02:00
<!doctype html>
<script src="../../es6-module-loader/lib/es6-module-loader.js"></script>
<script src="../../jspm-loader/loader.js"></script>
<script src="config.js"></script>
<script>
jspm.import([
'bootstrap',
'jquery',
'd3',
'backbone',
'foundation',
'chosen',
'moment'
], function() {
console.log(arguments);
});
</script>