From 39ee6938c2ff944747665ad45b73fe240e8495ea Mon Sep 17 00:00:00 2001 From: Floorb <132411956+Neetpone@users.noreply.github.com> Date: Wed, 25 Aug 2021 20:24:00 -0400 Subject: [PATCH] Update README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ce0479..8f2e46c 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ -# punishedponepaste \ No newline at end of file +punishedponepaste +================= + + +# Building the JS +When you change the JS, you need to rebuild it. `assets/bundle.js` is used in dev, `assets/bundle.min.js` is used in production. + +You need Yarn (version 1, not version 2 - 2 may work but I haven't tried it.) After that, whenever you change anything under `js/`, you need to run `yarn rollup --config`. Good luck! \ No newline at end of file