I'm curious what made you think that would work? (Without trying to imply that you're doing something wrong, where did you copy the task line from?)
A safer way would be just to not require the deploy/assets file, rather than trying to mix and match pieces of it, you can find the implementaion here: https://github.com/capistrano/capistrano/blob/master/lib/capistrano/recipes/deploy/assets.rb#L61I'd suggest that the reason the override you are trying isn't working is related to the roles not matching (so you aren't overwriting the task) - Lee Lee Hambley -- http://lee.hambley.name/ +49 (0) 170 298 5667 On 6 June 2013 15:31, activestylus <[email protected]> wrote: > I am trying to override this task so that precompile never runs on > deployment. I have no need for it since all of my assets are handled/served > by my application's db > > http://pastie.org/8014750 > > Yet when I run cap deploy, it ALWAYS precompiles and hangs my server for > about 15 minutes. Really infuriating when you want to make quick/simple > changes to the codebase. > > How do I turn this sucker off for good? > > -- > -- > * You received this message because you are subscribed to the Google > Groups "Capistrano" group. > * To post to this group, send email to [email protected] > * To unsubscribe from this group, send email to > [email protected] For more options, visit this > group at http://groups.google.com/group/capistrano?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Capistrano" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en --- You received this message because you are subscribed to the Google Groups "Capistrano" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
