Hi Karl,

Is there anything in your .slugignore? I was having the same problem with
an app where I had an assets/ in the rails-root that contained some
development assets (.psd and the like), and so I had `assets` in my
.slugignore. Removing that line made heroku behave.

On Thu, Mar 22, 2012 at 11:17 AM, Karl <threadh...@gmail.com> 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 heroku@googlegroups.com.
> To unsubscribe from this group, send email to
> heroku+unsubscr...@googlegroups.com.
> 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 heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to