Maprunner / rg2

Updated user interface for Routegadget
MIT License
36 stars 20 forks source link

RG2 will not start in Internet Explorer #289

Closed Maprunner closed 9 years ago

Maprunner commented 9 years ago

See nopesport thread.

I did a special rg2 build for the Scottish 6 Days on my laptop. It turns out that this was probably using a different version of grunt-contrib-uglify that wasn't putting quotes around certain characters in the minified file. IE objects to this and raises a "SCRIPT1014: Invalid character" error. Firefox and Chrome are quite happy to process the minified file.

In the end I did an npm update and it is now putting quotes around everything so IE is happy. grunt-contrib-uglify hasn't changed, so it must be one of the dependencies, but unfortunately I'm not sure which one.

Maprunner commented 9 years ago

Not an rg2 issue so close it here.