changeset 69:eb7e2627c111

Pull in RequireJS and bundle it as a global script with angular-cli.
author Lucas Thompson <dev@lucas.im>
date Wed, 18 Jan 2017 10:12:20 +0000
parents f94a9bb319e3
children d4ebafe32c23
files angular-cli.json package.json
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/angular-cli.json	Mon Dec 19 14:18:09 2016 +0000
+++ b/angular-cli.json	Wed Jan 18 10:12:20 2017 +0000
@@ -21,6 +21,7 @@
         "styles.css"
       ],
       "scripts": [
+        "../node_modules/requirejs/require.js",
         "externals.ts"
       ],
       "environments": {
--- a/package.json	Mon Dec 19 14:18:09 2016 +0000
+++ b/package.json	Wed Jan 18 10:12:20 2017 +0000
@@ -24,6 +24,7 @@
     "core-js": "^2.4.1",
     "hammerjs": "^2.0.8",
     "piper": "bitbucket:ltdsp/piper-js",
+    "requirejs": "^2.3.2",
     "rxjs": "5.0.0-beta.12",
     "ts-helpers": "^1.1.1",
     "waves-ui": "github:wavesjs/ui",