Skip to content

Instantly share code, notes, and snippets.

@creich
Created December 20, 2012 19:16
Show Gist options
  • Save creich/4347877 to your computer and use it in GitHub Desktop.
Save creich/4347877 to your computer and use it in GitHub Desktop.
C:\Ruby193\bin\ruby.exe -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) C:\Ruby193\bin\rake assets:precompile[--trace]
C:/Ruby193/bin/ruby.exe C:\Ruby193\bin\rake assets:precompile:all RAILS_ENV=production RAILS_GROUPS=assets
rake aborted!
(in app/assets/javascripts/application.js)
Tasks: TOP => assets:precompile:primary
(See full trace by running task with --trace)
rake aborted!
Command failed with status (1): [C:/Ruby193/bin/ruby.exe C:\Ruby193\bin\rak...]
-e:1:in `load'
-e:1:in `<main>'
Tasks: TOP => assets:precompile
(See full trace by running task with --trace)
Process finished with exit code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment