-
Notifications
You must be signed in to change notification settings - Fork 7
Bundle files
lchrennew edited this page Dec 18, 2012
·
4 revisions
Web File Manager support bundle files with same extension file name. It's helpful for optimizing web pages by reducing requires of js or css files.
To download a bundled file, just with a special URL.
Use $ to concatenate each names without extension and then append the extension to the end of the URL.
e.g. there are two files on the storage named file1.css and file2.css, if you want to download the bundled one of these two files, visit the following URL:
Enjoy yourself!