mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 21:54:36 +03:00
parent
bbd9ec9eb9
commit
56a6429fad
@ -38,8 +38,8 @@ after_success:
|
||||
# ./.travis/docs.sh'
|
||||
deploy:
|
||||
local_dir: $CARGO_TARGET_DIR/doc
|
||||
repo: swc-project/swc
|
||||
target_branch: gh-pages
|
||||
repo: swc-project/swc-project.github.io
|
||||
target_branch: master
|
||||
provider: pages
|
||||
skip_cleanup: true
|
||||
github_token: $GH_TOKEN
|
||||
|
@ -7,6 +7,8 @@
|
||||
|
||||
Make the web (development) faster.
|
||||
|
||||
swc is rust port of [babel][] and [closure compiler][].
|
||||
|
||||
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user