monokrome/brunch-with-brunch

Uncaught TypeError: Cannot set property 'innerText' of null

Closed this issue · 1 comments

In /app/assets/index.html can you change order declaration files javascript after close tag body?
To fix this error Uncaught TypeError: Cannot set property 'innerText' of null

or check if dom is ready.

<title>Hello World</title>

Check the console using Control/Command + Shift + I

<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> <script src="/javascripts/app.js"></script> <script>require('app');</script>

thanks

I'm not sure if this project works any more, but I'll try to update it. I realize that this is an old pull request as well. I haven't used GitHub much in a long time. I'm commenting to let you know that I didn't just ignore this and move along.

Since (I think?) the HTML is generated outside of this project, I'll try to update this project later today and see if its fixed.