Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upload unchanged files to S3 #258

Open
ming-kernel opened this issue Apr 3, 2014 · 4 comments
Open

upload unchanged files to S3 #258

ming-kernel opened this issue Apr 3, 2014 · 4 comments

Comments

@ming-kernel
Copy link

I am using asset_sync (0.5.4).
And it uploads lots of unchanged file to S3 (image, js); how to config asset_sync so that it only uploads those files changed?

@ravzski
Copy link

ravzski commented Sep 2, 2014

I think the problem is not on asset_sync version rather on your sprockets version.
I suggest that you upgrade your sprockets/rails gem because the most recent version of sprockets already has this feature.

@askehansen
Copy link

I have the same issue using sprockets 2.12.2 and sprockets-rails 2.1.4 (latest)
It takes forever everytime i push

@ravzski
Copy link

ravzski commented Sep 18, 2014

have you tried using rake assets:clean to rebuild/delete your precompiled files.
That might solve your problem.

@askehansen
Copy link

rake assets:clean doesn't do anything in my case.. I ran it locally and on heroku

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants