mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
purge JSZip
This commit is contained in:
parent
e252567c88
commit
822d850513
@ -72,7 +72,6 @@ export default [
|
||||
"iro": true, // iro.js color picker
|
||||
"$": true, // jQuery
|
||||
"jQuery": true, // jQuery
|
||||
"JSZip": true, // JSZip
|
||||
"_": true, // lodash
|
||||
"QRCode": true, // qrcode
|
||||
"io": true, // socket.io
|
||||
|
@ -14,7 +14,6 @@
|
||||
"/lib/timeago.min.js",
|
||||
"/lib/iro.min.js",
|
||||
"/lib/isMobile.min.js",
|
||||
"/lib/jszip-3.10.1.min.js",
|
||||
"/lib/fflate-0.8.2.min.js"
|
||||
],
|
||||
"css_paths": [
|
||||
|
13
src/gui/src/lib/jszip-3.10.1.min.js
vendored
13
src/gui/src/lib/jszip-3.10.1.min.js
vendored
File diff suppressed because one or more lines are too long
@ -31,7 +31,6 @@ const lib_paths =[
|
||||
`/lib/timeago.min.js`,
|
||||
`/lib/iro.min.js`,
|
||||
`/lib/isMobile.min.js`,
|
||||
`/lib/jszip-3.10.1.min.js`,
|
||||
`/lib/fflate-0.8.2.min.js`,
|
||||
]
|
||||
|
||||
|
@ -11,6 +11,5 @@ module.exports = [
|
||||
"timeago.min.js",
|
||||
"iro.min.js",
|
||||
"isMobile.min.js",
|
||||
"jszip-3.10.1.min.js",
|
||||
"fflate-0.8.2.min.js"
|
||||
];
|
Loading…
Reference in New Issue
Block a user