OperationCode / operationcode_frontend

Front-end repository for live site. Please go to `front-end` repo to contribute instead.
https://operationcode.org
MIT License
101 stars 222 forks source link

Integrate Image Compression/Magnification In Build Process #929

Closed kylemh closed 6 years ago

kylemh commented 6 years ago

Feature

Why is this feature being added?

Thanks again to @thoughtbyte for the initial issue.

While the images currently in place have been optimized, we need a build process implemented to ensure that future added images are automatically minimized.

What should your feature do?

Implement image-webpack-loader or imagemin-webpack-plugin on webpack.config.prod.js to automatically optimize images for production use.

kylemh commented 6 years ago

Moved all assets to AWS S3 with a CDN planned for the future.

Images will be hosted and provided by project maintainers moving forward, rendering this issue as wont fix.