Find a file
2021-09-02 08:55:14 -04:00
admin Some code 2021-08-29 01:26:29 -04:00
api Experimental SSP again 2021-09-02 08:55:14 -04:00
assets Rebuild JS 2021-08-25 20:22:17 -04:00
config Add Composer, highlight.php, bunch of restructuring of paste.php 2021-08-20 15:53:06 -04:00
img Initial commit 2021-07-10 19:18:17 +01:00
includes Experimental SSP again 2021-09-02 08:55:14 -04:00
js I dont know 2021-08-25 20:02:05 -04:00
scripts Does the site even work anymore? Probably not. 2021-08-27 19:24:48 -04:00
theme Experimental SSP again 2021-09-02 08:55:14 -04:00
tmp Add tmp/temp.tdata to gitignore 2021-07-10 16:55:01 -04:00
vendor Some code 2021-08-29 01:26:29 -04:00
.gitignore code 2021-08-25 02:08:30 -04:00
.htaccess Initial commit 2021-07-10 19:18:17 +01:00
archive.php Get rid of lang files 2021-08-26 05:35:21 -04:00
babel.config.json code 2021-08-25 02:08:30 -04:00
composer.json Some code 2021-08-29 01:26:29 -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
fav.php Remove Content-Type header; HTML5 meta tags do this for us. 2021-08-22 22:11:57 -04:00
index.php Some code 2021-08-29 01:26:29 -04:00
login.php Get rid of lang files 2021-08-26 05:35:21 -04:00
logout.php Does the site even work anymore? Probably not. 2021-08-27 19:24:48 -04:00
package.json code 2021-08-25 02:08:30 -04:00
pages.php Remove Content-Type header; HTML5 meta tags do this for us. 2021-08-22 22:11:57 -04:00
paste.php Some code 2021-08-29 01:26:29 -04:00
profile.php Get rid of lang files 2021-08-26 05:35:21 -04: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 Get rid of lang files 2021-08-26 05:35:21 -04:00
rules.php Get rid of lang files 2021-08-26 05:35:21 -04:00
user.php Some code 2021-08-29 01:26:29 -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!