This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git_repository( | |
name = "build_bazel_rules_typescript", | |
commit = "bc8e50ab52d051ca48a47c1ddfce4293c3712aee", | |
remote = "https://github.com/bazelbuild/rules_typescript.git", | |
) | |
load("@build_bazel_rules_typescript//:defs.bzl", "ts_setup_workspace") | |
ts_setup_workspace() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bazel-bin | |
bazel-genfiles | |
bazel-out | |
bazel-rules_go_demo | |
bazel-testlogs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am achew22 on github. | |
* I am andrewallen (https://keybase.io/andrewallen) on keybase. | |
* I have a public key whose fingerprint is 2E45 FEBD 1A5E 2B23 1B98 CF9C 7CE1 977B 42C0 5D4F | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# %(mysite)s - run %(mysite)s instances (default is the main production instance) | |
# | |
# This runs gunicorn-django for %(mysite)s; to install: | |
# * sudo ln -s <this file> /etc/init/%(mysite)s | |
# * sudo initctl reload-configuration | |
# | |
# it expects the following directory layout: | |
# | |
# /home/%(mysite)s/public_html | |
# \-env -> virtualenv |