Hacker News new | ask | show | jobs
by thom_nic 3134 days ago
related: I wrote a plugin to do the same for Jekyll, although it does not (yet) do cloudfront invalidation: https://github.com/thom-nic/jekyll-s3_deploy
1 comments

Looks good. gzip is implemented on cloudfront instances via a flag, so you can kill two todos by implementing it!

I wonder how much cool stuff you could add to this build gem. Minification, staging, SCSS, etc.

Doesn't Jekyll already handle minification and CSS preprocessing?