Y
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
tfolbrecht
3134 days ago
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.
link
thom_nic
3121 days ago
Doesn't Jekyll already handle minification and CSS preprocessing?
link
I wonder how much cool stuff you could add to this build gem. Minification, staging, SCSS, etc.