Not sure if this is possible or not (I guess everything is one way or another) but would it be possible to ad support for gzip compressed files when using preview?
i.e. I have the following:
In my HTML file:
<script src="js/jquery.min.js"></script>
In my js directory I have jquery.min.js.gz
I would prefer not having both compressed and uncompressed files in the directory, just the compressed ones.
The reason for this is it makes the upload process easier with ESP8266 SPIFFS as otherwise I need to delete all the uncompressed files before upload.
Add gzip support to preview
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".