mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-24 23:38:40 +08:00
added fflate on static asset and libPath
This commit is contained in:
parent
1929aaf5ef
commit
4c7b75ed67
@ -32,6 +32,7 @@ const lib_paths =[
|
||||
`/lib/iro.min.js`,
|
||||
`/lib/isMobile.min.js`,
|
||||
`/lib/jszip-3.10.1.min.js`,
|
||||
`/lib/fflate-0.8.2.min.js`,
|
||||
]
|
||||
|
||||
// Ordered list of CSS stylesheets
|
||||
|
@ -11,5 +11,6 @@ module.exports = [
|
||||
"timeago.min.js",
|
||||
"iro.min.js",
|
||||
"isMobile.min.js",
|
||||
"jszip-3.10.1.min.js"
|
||||
"jszip-3.10.1.min.js",
|
||||
"fflate-0.8.2.min.js"
|
||||
];
|
Loading…
Reference in New Issue
Block a user