diff --git a/config.js b/config.js deleted file mode 100644 index 5af4155..0000000 --- a/config.js +++ /dev/null @@ -1,63 +0,0 @@ -System.config({ - baseURL: "/", - defaultJSExtensions: true, - transpiler: "babel", - babelOptions: { - "optional": [ - "runtime" - ] - }, - paths: { - "github:*": "jspm_packages/github/*", - "npm:*": "jspm_packages/npm/*" - }, - bundles: { - "bundle.js": [] - }, - - map: { - "Doodle3D/clipper-js": "github:Doodle3D/clipper-js@master", - "babel": "npm:babel-core@5.8.38", - "babel-runtime": "npm:babel-runtime@5.8.38", - "casperlamboo/EventDispatcher": "github:casperlamboo/EventDispatcher@master", - "core-js": "npm:core-js@0.9.18", - "json": "github:systemjs/plugin-json@0.1.0", - "three.js": "github:mrdoob/three.js@r72", - "github:Doodle3D/clipper-js@master": { - "clipper-lib": "npm:clipper-lib@1.0.0" - }, - "github:jspm/nodelibs-assert@0.1.0": { - "assert": "npm:assert@1.3.0" - }, - "github:jspm/nodelibs-process@0.1.2": { - "process": "npm:process@0.11.2" - }, - "github:jspm/nodelibs-util@0.1.0": { - "util": "npm:util@0.10.3" - }, - "npm:assert@1.3.0": { - "util": "npm:util@0.10.3" - }, - "npm:babel-runtime@5.8.38": { - "process": "github:jspm/nodelibs-process@0.1.2" - }, - "npm:clipper-lib@1.0.0": { - "process": "github:jspm/nodelibs-process@0.1.2" - }, - "npm:core-js@0.9.18": { - "fs": "github:jspm/nodelibs-fs@0.1.2", - "process": "github:jspm/nodelibs-process@0.1.2", - "systemjs-json": "github:systemjs/plugin-json@0.1.2" - }, - "npm:inherits@2.0.1": { - "util": "github:jspm/nodelibs-util@0.1.0" - }, - "npm:process@0.11.2": { - "assert": "github:jspm/nodelibs-assert@0.1.0" - }, - "npm:util@0.10.3": { - "inherits": "npm:inherits@2.0.1", - "process": "github:jspm/nodelibs-process@0.1.2" - } - } -}); diff --git a/example/index.html b/example/index.html index 1117bf4..f85f1ec 100644 --- a/example/index.html +++ b/example/index.html @@ -11,7 +11,7 @@ - +