Fwiw, I don't put a manifest.yml in git. -Neil
On Thursday, 22 March 2012 at 18:17, Karl wrote: > Followup. > > First, allow me to extend my thanks to all the replies. > > > Production > Pushed to production today, and now it does not detect 'manifest.yml'. It did > a couple of weeks ago, after a push. > > > New App > So, I copied the entire app, via finder, removing the git. Created a new git > repo. Removed new_relic and airbrake, and asset_sync gems. Created new git > repo, adding all the file. Created new cedar app on heroku and pushed... it > detects the existence of 'manifest.yml' and does not compile assets. Exactly > as expected. > > > Git Corruption? > So, my best guess is that there is something awry in my git repo. > 'manifest.yml' is there, I can see in in 'git log' and it appears as expected > in my file system. But when pushed to heorku, it is somehow being ignored or > corrupted. > > So I performed a 'git fsck --full'. Lots of dangling blogs, dome dangling > trees, and some dangling tags, but no errors or corrupted commits reported. A > 'git gc' fixed those. > > Deleted 'manifest.yml' file, compiled assets locally, added > 'public/assets/manifest.yml' to the repo and committed. Push to heroku, > and... still does not detect 'manifest.yml'. UGG. > > My best guess is that the corruption is on heroku's side. > > Any ideas? > > -- > You received this message because you are subscribed to the Google Groups > "Heroku" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/heroku/-/0QZkVEAirp4J. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en. -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
