1
1
mirror of https://github.com/varkor/quiver.git synced 2024-08-15 16:50:29 +03:00
Commit Graph

17 Commits

Author SHA1 Message Date
varkor
85eb64dc73 Add dev and release as phony Makefile targets 2024-04-12 22:38:47 +03:00
varkor
a98fba4d4e Update gh-pages build to incorporate service worker 2024-02-13 13:18:04 +02:00
varkor
f776493d1c Move workbox-window into subdirectory 2023-12-19 22:07:36 +01:00
varkor
c7382f7bb8 Update dependencies 2023-12-15 16:18:43 +01:00
Paolo Brasolin
90d8045d88
Add manifest and offline mode 2023-12-15 15:09:18 +00:00
varkor
d63b5bad03 Add a cleanup command to the Makefile 2023-08-17 12:55:59 +02:00
varkor
05870d009e Update Makefile 2023-01-10 15:46:48 +01:00
varkor
2c62d40b82 Update Makefile error message 2021-11-20 21:26:13 +00:00
varkor
111519b844 Update to KaTeX v0.15.1 2021-11-20 21:07:46 +00:00
varkor
2b67a1598d Fix typos in README and Makefile 2021-01-14 17:13:19 +00:00
varkor
ff280576c9 Use prebuilt release of KaTeX rather than a git submodule 2021-01-14 16:33:42 +00:00
varkor
162bf3b06e Update the gh-pages target to improve reliability 2021-01-02 01:00:50 +00:00
varkor
45e0dea831 Switch to q.uiver.app domain 2020-11-13 02:00:56 +00:00
varkor
2f0af65a21 Update the workflow for pushing to GitHub Pages
There is now a three-stage process. `master` is always the latest version of the code, but isn't live anywhere. `dev` is live under `varkor.github.io/quiver/dev` and will be used for testing. `release` is live under `varkor.github.io/quiver` and is the current version of quiver. We move code `master` → `dev` → `release`.
2020-03-04 18:03:29 +00:00
varkor
bb193adad0 Ensure the gh-pages Makefile target pushes from master 2020-03-04 13:01:09 +00:00
varkor
44232aa01a Add comments to the Makefile
Also add a Makefile script for pushing the quiver application to GitHub pages.
2019-05-11 14:48:31 +01:00
cartesiancat
9fad6c6146 Add Makefile and include building instructions in README
Adds a Makefile to make building the project simple.
2019-05-11 14:21:48 +01:00