In rails 3.1, when you precompile the assets, rails create public/assets directory and add files there.

Do you version-control public/assets/*?

Sam

link|improve this question

53% accept rate
Do you feel like your question got answered? If so please accept, otherwise a comment on what you're missing would be helpful. – Travis Oct 6 '11 at 1:05
feedback

1 Answer

I use Capistrano to deploy. The last step is compiling the assets. Nothing like that gets checked into version control.

https://github.com/capistrano/capistrano/wiki/Documentation-v2.x

Checking in compiled assets, .gz files/etc, will just clutter up version control.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.