You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
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!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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!
The text was updated successfully, but these errors were encountered: