-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Labels
enhancementNew feature or requestNew feature or request
Description
in the ./export.sh script, include a step to iterate over all the assets in the img dir and compress all the images
For example
https://www.npmjs.com/package/compress-images
Notes:
- Once an npm package is installed, the cli executable can be accessed from node_modules/<name_of_package>/bin
- Rename compressed images to -compress. (or similar) to avoid recompressing already compressed images
- Add exception handling to image extensions that is not supported by the compression cli tool. There are alot of weird extensions for images
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request