revert: build(aio): implement prerendering (#15346)
This reverts commit d0bc83ca27
.
Protractor-based prerendering is flakey on Travis and takes several minutes to
complete, slowing down the build. Prerendering has a lower impact now that we
use a ServiceWorker. We will revisit in the future (probably using a
`PlatformServer`-based approach).
PR Close #15346
This commit is contained in:

committed by
Miško Hevery

parent
90d2518d9a
commit
1bcbcfd56f
@ -11,7 +11,7 @@ UPLOAD_URL=$AIO_BUILDS_HOST/create-build/$TRAVIS_PULL_REQUEST/$TRAVIS_PULL_REQUE
|
||||
|
||||
cd "`dirname $0`/.."
|
||||
|
||||
# Assumes the build step has already run
|
||||
yarn run build
|
||||
tar --create --gzip --directory "$INPUT_DIR" --file "$OUTPUT_FILE" .
|
||||
|
||||
exec 3>&1
|
||||
|
Reference in New Issue
Block a user