This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
angular-cn
Watch
1
Star
0
Fork
You've already forked angular-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
26cd9f5433
angular-cn
/
aio
/
aio-builds-setup
/
dockerbuild
/
scripts-js
/
lib
/
verify-setup
/
start-test-preview-server.ts
3 lines
59 B
TypeScript
Raw
Normal View
History
Unescape
Escape
ci(docs-infra): rename 'upload-server' to 'preview-server' The server no longer has files uploaded to it. Instead it is more accurate to refer to it as dealing with "previews" of PRs.
2018-08-15 08:47:45 -04:00
import
'../preview-server'
;
ci(docs-infra): change AIO preview server stuff to pull builds from CircleCI Previously, Travis pushed the build artitfacts to the preview server. This required us to use JWT to secure the POST request from Travis, to ensure we couldn't receive malicious builds. JWT has been deprecated and we are moving our builds to CircleCI. This commit rewrites the TypeScript part of the preview server that handles converting build artifact into hosted previews of the docs.
2018-05-10 08:56:07 -04:00
import
'./mock-external-apis'
;