Raymond Camden
Raymond Camden
So when running in the emulator (or device), use remote debug to see if you can flesh out an error.
Which part though?
You can try switching the file type in Brackets (lower right corner), but I'm assuming it won't parse right - or will get 'confused' by the JSP.
Possible, but it doesn't feel like a good to me. I'd suggest simply moving the JS into its own file, which is recommended anyway, right?
Right now code linters in Brackets register to a particular file type. You could modify it to check _all_ file types and modify the extension to look for blocks. I...
Do you see an error in dev tools?
Well, maybe the issue is that my extension should notice a bad result and show _something_ at least, eh? Can you capture the result error? On Mon, Jul 15, 2013...
No what I meant was - maybe you could capture the network results using Bracket's DevTools.Don't worry though - I will check it. :) On Mon, Jul 15, 2013 at...
Heh,a nd of course, now it is working. ;) Well, if you see it again, let me know. On Mon, Jul 15, 2013 at 1:54 PM, Raymond Camden [email protected]: >...
Query - if you try it on a different HTML page does it work? Can you put your HTML into a Gist and share the url? On Mon, Jul 15,...