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:
Georgios Kalpakas
2017-03-21 15:46:20 +02:00
committed by Miško Hevery
parent 90d2518d9a
commit 1bcbcfd56f
12 changed files with 8 additions and 319 deletions

View File

@ -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