Commits (24)
-
Mark Harding authorededbca40b
-
Mark Harding authored
#2535 pass route params to server See merge request !763
6968119e -
Mark Harding authored443efc60
-
Mark Harding authoredc6310433
-
Emiliano Balbuena authoreddfb73b7d
-
Emiliano Balbuena authoredf0f5d529
-
Emiliano Balbuena authoredb246238e
-
Mark Harding authored43727865
-
Emiliano Balbuena authoredba9aef3f
-
Emiliano Balbuena authoredfe2f400d
-
Ben Hayward authorede8cbdbc1
-
Emiliano Balbuena authoredbaeb58ce
-
Mark Harding authored
Feature flags admin panel Closes #2514 See merge request !753
c7d3caf5 -
Emiliano Balbuena authored061aed6d
-
Mark Harding authored
Confirmation email template assets See merge request !755
c7ea83b1 -
Marcelo Rivera authored60f8f62e
-
Mark Harding authored
Ability to go to original channel page from a published pro site Closes engine#1212 See merge request !726
cf8a0350 -
Ben Hayward authoredad7c5f83
-
Mark Harding authored
Uninstantiated observable in Sockets #2489 Closes #2489 See merge request !750
8c856a55 -
Mark Harding authored5398250e
-
Mark Harding authored14445689
-
Ben Hayward authored796a1d06
-
Ben Hayward authored2897c3b8
-
Ben Hayward authored7f8d2e32
Showing
This diff is collapsed.
... | ... | @@ -8,11 +8,10 @@ |
"preinstall": "git config core.hooksPath .git/hooks/", | ||
"prebuild": "gulp build.sass", | ||
"build": "sh build/base-locale.sh dist", | ||
"prebuild-dev": "gulp build.sass --deploy-url=http://localhost", | ||
"build-dev": "npm run build:dev", | ||
"serve-dev": "npm run server:ssr", | ||
"build:dev": "ng build --output-path dist --deploy-url=/ --watch=true --poll=800", | ||
"serve:dev": "ng serve --host=0.0.0.0 --deploy-url=/ --configuration=hmr --hmr --poll=800 --progress --disableHostCheck=true", | ||
"build-dev": "echo 'Deprecated, please use build:dev'; npm run build:dev --", | ||
"serve-dev": "echo 'Deprecated, please use serve:ssr'; npm run serve:ssr --", | ||
"prebuild:dev": "gulp build.sass --deploy-url=http://localhost:8080/", | ||
"build:dev": "ng build --output-path=dist/en --deploy-url=http://localhost:8080/ --watch=true --poll=800 --aot", | ||
"test": "ng test", | ||
"lint": "ng lint", | ||
"e2e": "cypress run --debug", | ||
... | ... | @@ -110,7 +109,8 @@ |
"tslint": "~5.12.0", | ||
"typescript": "~3.4.5", | ||
"webpack-bundle-analyzer": "^3.6.0", | ||
"webpack-cli": "^3.3.10" | ||
"webpack-cli": "^3.3.10", | ||
"nodemon": "^2.0.2" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
... | ... |
26.6 KB
4.88 KB
5.69 KB
This diff is collapsed.
157 Bytes
4.62 KB