Today we did some experimenting with our "not well formed" errors we've been getting. They've become a big issue, because they refer to code errors in our app.js, but don't tell us exactly where.
I experimented a bit with the defer option. According to Mozilla, it means that it will continue loading the app without loading the app.js every single time. While it's good in some cases, in our case we thought it might be causing these errors, so I removed it temporarily to test.
What I found was a bit interesting - it now pointed out specific errors in our HTML code. I quickly fixed all those errors, only to find later that our search didn't work anymore. I turned defer on again, and it worked again. I'm not exactly sure why, so I guess we need to look into this a bit more.
The rest of the day today we had our meeting, so hopefully more progress will be made tomorrow!
I'm hoping Kumar will take a look at these posts and provide feedback that can help you in your learning process.
ReplyDelete