Find a file
2022-04-18 20:48:29 -04:00
admin Make pages work again 2022-03-12 13:56:32 -05:00
api Try to fix password field, cache ajax_pastes output for awhile. 2022-04-18 13:34:00 -04:00
assets Change path 2022-04-18 13:55:47 -04: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 Change path 2022-04-18 13:55:47 -04:00
includes Fix session 2022-04-18 18:47:48 -04:00
js Make pagination less weird. 2022-04-18 20:48:29 -04:00
theme Make pagination less weird. 2022-04-18 20:48:29 -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 New router and ability stuff. 2022-04-17 19:41:18 -04: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 New router and ability stuff. 2022-04-17 19:41:18 -04:00
event.php New router and ability stuff. 2022-04-17 19:41:18 -04:00
index.php Try to fix password field, cache ajax_pastes output for awhile. 2022-04-18 13:34:00 -04:00
login.php Small form cleanup, re-add loader 2022-04-18 13:54:01 -04:00
logout.php New router and ability stuff. 2022-04-17 19:41:18 -04:00
package.json code 2021-08-25 02:08:30 -04:00
pages.php New router and ability stuff. 2022-04-17 19:41:18 -04:00
paste.php New router and ability stuff. 2022-04-17 19:41:18 -04:00
profile.php New router and ability stuff. 2022-04-17 19:41:18 -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
router.php New router and ability stuff. 2022-04-17 19:41:18 -04:00
rules.php New router and ability stuff. 2022-04-17 19:41:18 -04:00
user.php New router and ability stuff. 2022-04-17 19:41: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!