mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 06:36:08 +03:00
parent
bbd9ec9eb9
commit
56a6429fad
@ -38,8 +38,8 @@ after_success:
|
|||||||
# ./.travis/docs.sh'
|
# ./.travis/docs.sh'
|
||||||
deploy:
|
deploy:
|
||||||
local_dir: $CARGO_TARGET_DIR/doc
|
local_dir: $CARGO_TARGET_DIR/doc
|
||||||
repo: swc-project/swc
|
repo: swc-project/swc-project.github.io
|
||||||
target_branch: gh-pages
|
target_branch: master
|
||||||
provider: pages
|
provider: pages
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
github_token: $GH_TOKEN
|
github_token: $GH_TOKEN
|
||||||
|
@ -7,6 +7,8 @@
|
|||||||
|
|
||||||
Make the web (development) faster.
|
Make the web (development) faster.
|
||||||
|
|
||||||
|
swc is rust port of [babel][] and [closure compiler][].
|
||||||
|
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
@ -52,5 +54,6 @@ use(8 + 8, Math.pow(8, 8));
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[babel]:https://github.com/babel/babel
|
||||||
|
[closure compiler]:https://github.com/google/closure-compiler
|
||||||
[rust]:https://www.rust-lang.org
|
[rust]:https://www.rust-lang.org
|
||||||
|
Loading…
Reference in New Issue
Block a user