mirror of
https://github.com/simon987/sist2.git
synced 2025-12-10 22:18:54 +00:00
cbz fix
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -17,7 +17,6 @@ major_mime = {
|
||||
|
||||
pdf = (
|
||||
"application/pdf",
|
||||
"application/x-cbr",
|
||||
"application/x-cbz",
|
||||
"application/vnd.ms-xpsdocument",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user