matthodan / jekyll-asset-pipeline

Powerful asset pipeline for Jekyll that collects, converts and compresses JavaScript and CSS assets
http://www.matthodan.com/2012/11/22/jekyll-asset-pipeline.html
MIT License
364 stars 31 forks source link

[Enhancement] Integrate uploading to s3 after compilation #20

Open coneybeare opened 11 years ago

coneybeare commented 11 years ago

On rails there is a great gem called asset-sync which hooks into the asset system and automatically uploads files to an s3 bucket. I think that is jekyl-asset-pipeline added this functionality, it would be a powerful addition to the display_path option. They have Sinatra/Rack support so I imagine it wouldn't be too hard to make it work. Thoughts?