ndbroadbent / turbo-sprockets-rails3

Speeds up your Rails 3 assets:precompile by only recompiling changed files, and only compiling once to generate all assets
MIT License
975 stars 78 forks source link

"touch -c" now runs in slices of 100 (instead of 1000) #49

Closed sibblingz closed 11 years ago

sibblingz commented 11 years ago

We got a "Argument list too long" error during deployment, because our deploy-to path is quite lengthy. Ideally, this list should be sized by character count and not file count, but this will do for now.

tuttinator commented 11 years ago

+1 Awesome - thanks for that. I just ran into that issue now.

ndbroadbent commented 11 years ago

Great, thanks! Have released this change in 0.3.6

tuttinator commented 11 years ago

Wow - thanks, amazingly fast response.

sibblingz commented 11 years ago

+1 that, very quick! I can get rid of my fork now.