spine / spine.app

Spine App generator
109 stars 26 forks source link

Fix initial "It works!" page so that it loads correctly #16

Closed mperham closed 12 years ago

mperham commented 12 years ago

The Heroku script looks for body content that is "\n\n" but the line break makes the body content "\n\n\n" so I was seeing a blank screen.

maccman commented 12 years ago

That's odd - working for me in Chrome. Which browser are you using?

mperham commented 12 years ago

Chrome also. It definitely did not load until I put the open and close tag on the same line. If it works for you, feel free to ignore and close. Maybe an extension issue?

On Sun, Nov 20, 2011 at 2:10 PM, Alex MacCaw reply@reply.github.com wrote:

That's odd - working for me in Chrome. Which browser are you using?

maccman commented 12 years ago

Yes, not sure. There must be a better way of doing this anyway. How about checking for the child nodes?

maccman commented 12 years ago

I'll change the script on the website.