Commits (12)
- Mark Harding authored7e65b6a7
- Mark Harding authored78412c5d
- Mark Harding authored
closes #2090
1d95c0fc - Ben Hayward authoredb89d9c80
- Mark Harding authored
[Sprint/OldfashionedOwl](fix): Subscription feed upgrade #435 See merge request !599
f6e0d5cb - Marcelo Rivera authoredb72d7e64
- Marcelo Rivera authored49c6e42f
- Mark Harding authored
(fix): add title for activities Closes engine#923 See merge request !604
0dc35827 - Mark Harding authored00804c2a
- Guy Thouret authored692b7ccd
- Mark Harding authored
App changes to support Angular Hot Module Reloading for dev env See merge request !592
66944378 - Brian Hatchet authoreda18fab4b
Showing
... | ... | @@ -10,6 +10,7 @@ |
"build": "ng build --prod", | ||
"prebuild-dev": "gulp build.sass --deploy-url=http://localhost/en", | ||
"build-dev": "ng build --output-path dist/en --deploy-url=/en/ --watch=true --poll=800", | ||
"serve-dev": "ng serve --host=0.0.0.0 --deploy-url=/en/ --configuration=hmr --hmr --poll=800 --progress", | ||
"test": "ng test", | ||
"lint": "ng lint", | ||
"e2e": "cypress run --debug", | ||
... | ... | @@ -57,6 +58,7 @@ |
"@angular/cli": "^7.2.1", | ||
"@angular/compiler-cli": "~8.0.3", | ||
"@angular/language-service": "~8.0.3", | ||
"@angularclass/hmr": "^2.1.3", | ||
"@types/jasmine": "~2.8.8", | ||
"@types/jasminewd2": "~2.0.4", | ||
"@types/node": "~10.12.18", | ||
... | ... |
src/hmr.ts 0 → 100644