include registry library tests

This commit is contained in:
guybedford
2013-11-26 21:40:36 +02:00
parent b5a99766cc
commit 83c2806c53
4 changed files with 51 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<!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>