prep for registry tests
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"browser": "mocha",
|
||||||
|
"shim": {
|
||||||
|
"mocha": ["./mocha.css!"]
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
jspm.config({
|
|
||||||
"baseURL": "lib",
|
|
||||||
"map": {
|
|
||||||
"moment": "github:moment/moment@2.4.0",
|
|
||||||
"foundation": "github:zurb/bower-foundation@5.0.2",
|
|
||||||
"jquery": "github:components/jquery@2.0.3",
|
|
||||||
"backbone": "npm:backbone@1.1.0",
|
|
||||||
"d3": "npm:d3@3.3.10",
|
|
||||||
"bootstrap": "github:twbs/bootstrap@3.0.2",
|
|
||||||
"chosen": "github:harvesthq/chosen@1.0.0",
|
|
||||||
"css": "github:jspm/plugin-css@master",
|
|
||||||
"npm:underscore": "npm:underscore@1.5.2"
|
|
||||||
},
|
|
||||||
"jspmPackages": "jspm_packages"
|
|
||||||
});
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
<!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>
|
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
{
|
|
||||||
"configFile": "config.js",
|
|
||||||
"directories": {
|
|
||||||
"jspm_packages": "jspm_packages",
|
|
||||||
"lib": "lib"
|
|
||||||
},
|
|
||||||
"dependencyMap": {
|
|
||||||
"moment": "github:moment/moment@2.4.0",
|
|
||||||
"foundation": "github:zurb/bower-foundation@5.0.2",
|
|
||||||
"jquery": "github:components/jquery@2.0.3",
|
|
||||||
"backbone": "npm:backbone@1.1.0",
|
|
||||||
"d3": "npm:d3@3.3.10",
|
|
||||||
"bootstrap": "github:twbs/bootstrap@3.0.2",
|
|
||||||
"chosen": "github:harvesthq/chosen@1.0.0",
|
|
||||||
"css": "github:jspm/plugin-css@master",
|
|
||||||
"npm:underscore": "npm:underscore@1.5.2"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user