This commit is contained in:
2019-10-27 13:33:55 -04:00
parent 9b7c56a608
commit bdbd7ca7ed
9 changed files with 297 additions and 284 deletions

View File

@@ -3,7 +3,7 @@
rm -rf index.sist2/
rm web/js/bundle.js 2> /dev/null
cat `ls -v web/js/*.min.js` > web/js/bundle.js
cat `ls web/js/*.min.js` > web/js/bundle.js
cat web/js/{util,dom,search}.js >> web/js/bundle.js
rm web/css/bundle.css 2> /dev/null

View File

@@ -17,7 +17,6 @@ major_mime = {
pdf = (
"application/pdf",
"application/x-cbr",
"application/x-cbz",
"application/vnd.ms-xpsdocument",
)