AssetSync / asset_sync

Synchronises Assets between Rails and S3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails 5.1 / webpacker support

davidbiehl opened this issue · comments

we upgraded to rails 5.1 and are using webpacker to build our react application. it doesn't appear that asset_sync is uploading any of the "packs" to s3. the existing asset pipeline (sprokets) js still gets uploaded just fine, but the pack files are missing.

Please see #346 to see if it suits your need

2.2.0 released, please have a try

awesome, thank you!