Eric,

I attempted to edit sizzle.js by opening it in Vim and deleting the last
line, which contained the "comment" line (wink, wink) regarding the map
file. But I get the same error.

So, I downloaded sizzle.min.map, added it into my ~users/tgsjhs/scripts/
folder and added it to the JSSRC list of scripts, but get another error
that I show below. One likely problem is that `sizzle.min.map` is not a .js
file, so maybe it needs to be added somewhere else? (where and how so the
browser can access them?)

JSSRC=: 0 : 0
scripts/modernizr.js
scripts/sizzle.js
scripts/sizzle.min.map
)

Below are the messages my smoutput's are producing.

Thanks, again



On Mon, Feb 3, 2014 at 10:19 AM, Eric Iverson <eric.b.iver...@gmail.com>wrote:

> I think the js map files are an aid to the browser debuggers. What
> looks like a comment is scanned by the browser (if javascript
> debugging is enabled) and loaded to provide debugging map info to the
> debugger.
>
> Normally if the browser can't load the file it just ignores it. If
> this stopping your progress you could try either editing out comment
> lines with map files or going ahead and providing the map files so
> they can be loaed by the browser.
>
> --
(B=)
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to