1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-02 02:36:24 -07:00

Add HTML, JS, and JSON minification

Also remove that stupid filter for password input fields that Firefox (and maybe other browsers) adds
This commit is contained in:
Eggbertx 2019-12-07 12:52:36 -08:00
parent 267a5eeb6f
commit e361223084
18 changed files with 127 additions and 1177 deletions

View file

@ -4,6 +4,6 @@ If you want, you can install [Sass](https://sass-lang.com/install) to streamline
To use sass, run `sass --style expanded --no-source-map sass:html/css`.
To have sass watch the input directory for changes as you edit and save the files, run `sass --style expanded --no-source-map --watch sass:html/css`
In either case, `--style expanded` is optional. Run `sass -h` for more info about it.
In either case, `--style expanded` is optional. If you replace expanded with compressed, it will minify the generated CSS files. Run `sass -h` for more info about it.
If you are upgading from gochan 2.2, delete your html/css directory unless you have made themes that you want to keep. Then rebuild the pages. (/manage?action=rebuildall)