kasperisager / vanilla-bootstrap

Kickstart your Vanilla-powered community forums with a fresh and solid theme that is ready to be customized to your heart's desires.
http://vanillaforums.org/addon/bootstrap-theme
MIT License
174 stars 62 forks source link

Optimise all images on compile #35

Closed lungyiing closed 10 years ago

lungyiing commented 10 years ago

Perhaps adding a gulp image optimising task would be better than re-optimising each time manually.

See: https://www.npmjs.org/browse/keyword/img

kasperisager commented 10 years ago

https://www.npmjs.org/package/gulp-imagemin is definitely an option, but I didn't see a reason to include it in the build process as there are only very few image assets in the theme (jcrop.gif + the screenshots). Good suggestion though!