Brian Carroll
0cae9a0e14
repl_www: get rid of separate build directory, it's too annoying when editing JS/CSS.
2022-03-17 09:52:50 +00:00
Brian Carroll
3867b2da01
www: Change download URL for pre-built web REPL
...
I'm making changes more frequently to the REPL than we are to the source code.
I want to be able to deploy it from a script rather than opening new GitHub issues,
so I decided to just commit the assets into a branch of a GitHub repo.
The repo was only used as a prototype for the web REPL so I don't use it anymore.
2022-03-04 13:12:56 +00:00
Brian Carroll
22f571ef3c
Simplify www build scripts by putting the REPL HTML where it needs to end up
2022-03-03 08:30:35 +00:00
Richard Feldman
5b4615764c
Don't use <base> in repl_www
...
It seems to work inconsistently across browsers.
2022-03-02 20:26:16 -05:00
Richard Feldman
7b489e81b9
Have web repl use /repl as its URL root
2022-03-02 18:34:47 -05:00
Brian Carroll
97e496eef1
www: avoid building the Web REPL on Netlify. Download it instead.
2022-03-02 08:40:13 +00:00
Brian Carroll
223a9edfd2
Add a REPL page to the website at /repl/index.html
2022-02-28 19:29:09 +00:00
Richard Feldman
30f91d1968
Comment out a bunch of stuff in build.sh to fix it for now.
2022-02-10 16:35:11 -05:00
Richard Feldman
0f0f2f6a1c
Build all the docs on CI
2021-08-08 20:04:29 -04:00
Richard Feldman
68e76f085b
Build docs for Num and List on CI
2021-08-08 15:57:56 -04:00
Richard Feldman
5382f5495a
Build both Str.roc and Bool.roc in one command
2021-08-07 23:54:06 -04:00
Richard Feldman
d37e30560b
Add a base href root to docs links
2021-08-07 23:40:49 -04:00
Richard Feldman
1653b5af9b
Generate docs for Str in www builds.
2021-08-07 21:46:20 -04:00
Richard Feldman
d639de857d
Print cargo and rustc versions in www build
2021-08-04 08:57:32 -04:00
Richard Feldman
b2875ac7fc
Suppress warnings when generating www.roc-lang.org
2021-06-06 07:43:52 -04:00
Richard Feldman
1a63bd570f
Create index.html files in doc gen
...
This way, even when previewing them locally
you can see (for example) /Str instead of /Str.html
2021-06-06 01:31:47 -04:00
Richard Feldman
6ec8c7e944
Give each generated builtin doc its own index.html
2021-06-06 01:25:56 -04:00
Richard Feldman
9eee9df29b
Don't use LLVM when building docs
2021-06-06 00:33:11 -04:00
Richard Feldman
e09696113c
Allow running bash www/build.sh
2021-06-05 22:20:32 -04:00
Richard Feldman
cb7ee34f21
Generate builtins when buiding www site
2021-06-05 19:38:07 -04:00
Richard Feldman
adb9e6e1f8
Add www.roc-lang.org assets
2021-06-05 19:06:40 -04:00