Created
August 4, 2012 07:22
-
-
Save kbighorse/3255383 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| $ heroku run bundle exec rake assets:precompile --trace | |
| Running `bundle exec rake assets:precompile --trace` attached to terminal... up, run.1 | |
| fatal: Not a git repository (or any of the parent directories): .git | |
| ** Invoke assets:precompile (first_time) | |
| ** Execute assets:precompile | |
| /usr/local/bin/ruby /app/vendor/bundle/ruby/1.9.1/bin/rake assets:precompile:all RAILS_ENV=production RAILS_GROUPS=assets --trace | |
| fatal: Not a git repository (or any of the parent directories): .git | |
| ** Invoke assets:precompile:all (first_time) | |
| ** Execute assets:precompile:all | |
| ** Invoke assets:precompile:primary (first_time) | |
| ** Invoke assets:environment (first_time) | |
| ** Execute assets:environment | |
| ** Invoke tmp:cache:clear (first_time) | |
| ** Execute tmp:cache:clear | |
| ** Execute assets:precompile:primary | |
| /usr/local/bin/ruby /app/vendor/bundle/ruby/1.9.1/bin/rake assets:precompile:nondigest RAILS_ENV=production RAILS_GROUPS=assets --trace | |
| fatal: Not a git repository (or any of the parent directories): .git | |
| ** Invoke assets:precompile:nondigest (first_time) | |
| ** Invoke assets:environment (first_time) | |
| ** Execute assets:environment | |
| ** Invoke tmp:cache:clear (first_time) | |
| ** Execute tmp:cache:clear | |
| ** Execute assets:precompile:nondigest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment