Skip to content

Instantly share code, notes, and snippets.

@kbighorse
Created August 4, 2012 07:22
Show Gist options
  • Select an option

  • Save kbighorse/3255383 to your computer and use it in GitHub Desktop.

Select an option

Save kbighorse/3255383 to your computer and use it in GitHub Desktop.
$ 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