Find a file
2022-03-26 23:48:19 -04:00
admin Make pages work again 2022-03-12 13:56:32 -05:00
api Various front and backend code improvements 2021-11-23 03:17:29 -05:00
assets Various front and backend code improvements 2021-11-23 03:17:29 -05:00
config Add sample configs 2022-03-12 14:02:11 -05:00
doc Frontend search works alright I guess 2022-01-06 07:58:29 -05:00
img Checkpointing 2021-10-15 20:38:36 -04:00
includes Fix 0 byte issue 2022-03-14 16:25:33 -04:00
js Deduplicate some JS 2022-03-26 23:48:19 -04:00
theme Deduplicate some JS 2022-03-26 23:48:19 -04:00
vendor Update scrivo/highlight.php 2022-03-14 16:24:33 -04:00
.gitignore Remove configs from Git (yes, I know they are still visible in the history.) 2022-03-12 13:59:44 -05:00
archive.php Make pages work again 2022-03-12 13:56:32 -05:00
babel.config.json code 2021-08-25 02:08:30 -04:00
composer.json Update scrivo/highlight.php 2022-03-14 16:24:33 -04:00
composer.lock Update scrivo/highlight.php 2022-03-14 16:24:33 -04:00
discover.php Some code 2021-08-29 01:26:29 -04:00
event.php Get rid of lang files 2021-08-26 05:35:21 -04:00
index.php CSRF stuff I guess 2022-03-14 15:43:01 -04:00
login.php Make pages work again 2022-03-12 13:56:32 -05:00
logout.php Make pages work again 2022-03-12 13:56:32 -05:00
package.json code 2021-08-25 02:08:30 -04:00
pages.php CSRF stuff I guess 2022-03-14 15:43:01 -04:00
paste.php Fix a couple of page titles. 2022-03-26 23:04:18 -04:00
profile.php CSRF stuff I guess 2022-03-14 15:43:01 -04:00
README.md CSRF stuff I guess 2022-03-14 15:43:01 -04:00
robots.txt Move some stuff around, remove oauth stuff 2021-07-17 12:26:33 -04:00
rollup.config.js Make pages work again 2022-03-12 13:56:32 -05:00
rules.php Move some stuff around. 2021-11-04 11:04:22 -04:00
user.php Fix a couple of page titles. 2022-03-26 23:04:18 -04:00
yarn-error.log code 2021-08-25 02:08:30 -04:00
yarn.lock code 2021-08-25 02:08:30 -04:00

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!