Open jritzi opened 13 years ago
See the thread I created in the Capistrano user group. Someone said:
Patrick is right, you should contact the author of the plugin, and make him
fix it. In the forthcoming major release of Capistrano text written to
stderr will be considered a warning, and will have move serious behaviour.
(There will still be a way to silence it.)
It looks like Ruby's FileUtils cp_r
method is printing to stderr when verbose mode is on. I'll file an issue there too, but just updating you as well. Maybe you could turn off verbose mode and print status messages yourself?
Thanks again for the useful plugin!
See my question on StackOverflow. When I try to have Capistrano run the rake task to create the theme cache on deploy, the task successfully runs but Capistrano reports the copy commands as errors. This may have nothing to do with theme_support, but I thought I'd post here to see if you know what the issue is. Thanks!