Last active
August 29, 2015 14:21
-
-
Save brettmax/5823f6707509ebcefbb7 to your computer and use it in GitHub Desktop.
Capistrano local gulp issue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS D:\Projects\Clients\Bob\bobs-site\src> bundle exec cap staging assets:compile --trace | |
DL is deprecated, please use Fiddle | |
DL is deprecated, please use Fiddle | |
** Invoke staging (first_time) | |
** Execute staging | |
** Invoke load:defaults (first_time) | |
** Execute load:defaults | |
** Invoke assets:compile (first_time) | |
** Execute assets:compile | |
DEBUG[4221bec9] Running /usr/bin/env if test ! -d D:/Projects/Clients/Bob/bobs-site/src/web/app/themes/bobssite; then echo "Directory does not exist 'D:/Projects/Clients/Bob/bobs-site/src/web/app/themes/bobssite'" 1>&2; false; fi on localhost | |
DEBUG[4221bec9] Command: if test ! -d D:/Projects/Clients/Bob/bobs-site/src/web/app/themes/bobssite; then echo "Directory does not exist 'D:/Projects/Clients/Bob/bobs-site/src/web/app/themes/bobssite'" 1>&2; false; fi | |
cap aborted! | |
SSHKit::Command::Failed: if test ! -d D:/Projects/Clients/Bob/bobs-site/src/web/app/themes/bobssite; then echo "Directory does not exist 'D:/Projects/Clients/Bob/bobs-site/src/web/app/themes/bobssite'" 1>&2; false; fi exit status: 256 | |
if test ! -d D:/Projects/Clients/Bob/bobs-site/src/web/app/themes/bobssite; then echo "Directory does not exist 'D:/Projects/Clients/Bob/bobs-site/src/web/app/themes/bobssite'" 1>&2; false; fi stdout: Nothing written | |
if test ! -d D:/Projects/Clients/Bob/bobs-site/src/web/app/themes/bobssite; then echo "Directory does not exist 'D:/Projects/Clients/Bob/bobs-site/src/web/app/themes/bobssite'" 1>&2; false; fi stderr: ! was unexpected at this time. | |
C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/sshkit-1.5.1/lib/sshkit/command.rb:97:in `exit_status=' | |
C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/sshkit-1.5.1/lib/sshkit/backends/local.rb:56:in `block in _execute' | |
C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/sshkit-1.5.1/lib/sshkit/backends/local.rb:37:in `tap' | |
C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/sshkit-1.5.1/lib/sshkit/backends/local.rb:37:in `_execute' | |
C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/sshkit-1.5.1/lib/sshkit/backends/local.rb:26:in `execute' | |
C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/sshkit-1.5.1/lib/sshkit/backends/abstract.rb:71:in `within' | |
config/deploy.rb:91:in `block (3 levels) in <top (required)>' | |
C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/sshkit-1.5.1/lib/sshkit/backends/local.rb:14:in `instance_exec' | |
C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/sshkit-1.5.1/lib/sshkit/backends/local.rb:14:in `run' | |
C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/sshkit-1.5.1/lib/sshkit/dsl.rb:10:in `run_locally' | |
config/deploy.rb:90:in `block (2 levels) in <top (required)>' | |
C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/rake-10.3.2/lib/rake/task.rb:240:in `call' | |
C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/rake-10.3.2/lib/rake/task.rb:240:in `block in execute' | |
C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/rake-10.3.2/lib/rake/task.rb:235:in `each' | |
C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/rake-10.3.2/lib/rake/task.rb:235:in `execute' | |
C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/rake-10.3.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' | |
C:/Ruby21-x64/lib/ruby/2.1.0/monitor.rb:211:in `mon_synchronize' | |
C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/rake-10.3.2/lib/rake/task.rb:172:in `invoke_with_call_chain' | |
C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/rake-10.3.2/lib/rake/task.rb:165:in `invoke' | |
C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/rake-10.3.2/lib/rake/application.rb:150:in `invoke_task' | |
C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/rake-10.3.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' | |
C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/rake-10.3.2/lib/rake/application.rb:106:in `each' | |
C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/rake-10.3.2/lib/rake/application.rb:106:in `block in top_level' | |
C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/rake-10.3.2/lib/rake/application.rb:115:in `run_with_threads' | |
C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/rake-10.3.2/lib/rake/application.rb:100:in `top_level' | |
C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/rake-10.3.2/lib/rake/application.rb:78:in `block in run' | |
C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/rake-10.3.2/lib/rake/application.rb:176:in `standard_exception_handling' | |
C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/rake-10.3.2/lib/rake/application.rb:75:in `run' | |
C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/capistrano-3.2.1/lib/capistrano/application.rb:15:in `run' | |
C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/capistrano-3.2.1/bin/cap:3:in `<top (required)>' | |
C:/Ruby21-x64/bin/cap:23:in `load' | |
C:/Ruby21-x64/bin/cap:23:in `<main>' | |
Tasks: TOP => assets:compile | |
PS D:\Projects\Clients\Bob\bobs-site\src> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment