jquery-tourbus
jquery-tourbus copied to clipboard
Error: utils.map not found
I'm using jQuery-tourbus.js as a vendor JS library included and compiled into my app.js file, however I'm getting this error in the network tab:
net::ERR_FILE_NOT_FOUND
Request URL: file:///Users/benjamin/Code/super-simple-tasks/public/js/utils.map
The tourbus still works as expected through all of this, it's just showing in the network tab.
Worth mentioning I was previously using the Coffeescript dist and didn't encounter this issue.
Hm, interesting, it does seem like there is incorrect sourcemap directive stuff in dist/jquery-tourbus.js
. If you're vendoring it, I suggest just using dist/jquery-tourbus.min.js
instead... but I'll look into how I might fix this.