Find a file
2022-03-12 13:59:44 -05: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 Remove configs from Git (yes, I know they are still visible in the history.) 2022-03-12 13:59:44 -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 Remove configs from Git (yes, I know they are still visible in the history.) 2022-03-12 13:59:44 -05:00
js Make pages work again 2022-03-12 13:56:32 -05:00
theme Make pages work again 2022-03-12 13:56:32 -05:00
vendor Some code 2021-08-29 01:26:29 -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
.htaccess Initial commit 2021-07-10 19:18:17 +01: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 Make the completely useless admin page only a little useless. 2021-11-02 19:09:46 -04:00
composer.lock Some code 2021-08-29 01:26:29 -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 Make pages work again 2022-03-12 13:56:32 -05: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 Make pages work again 2022-03-12 13:56:32 -05:00
paste.php Make pages work again 2022-03-12 13:56:32 -05:00
profile.php Make pages work again 2022-03-12 13:56:32 -05:00
README.md Update README 2021-08-25 20:24:00 -04:00
report.php Remove Content-Type header; HTML5 meta tags do this for us. 2021-08-22 22:11:57 -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 Make pages work again 2022-03-12 13:56:32 -05: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!