I am trying to understand what you are doing. This error message: *** response not sent for ~root/Users/brian/j64-701-user/tgsjhs/scripts/dist/sizzle.min.map
suggests you are doing something that is not necessary. Anyways, since I do not understand what you are attempting Why do this at all? sizzle.min.map enables some browser features, for example in chrome go to the developer console, select the "gear" icon [upper right on my instance of the developer console, today], and enable "Enable JS source maps". Now when you are on the Sources tab of the developer console, and you are displaying some javascript source, you can click on the { } icon (bottom left of the screen, mouse over says "Pretty print") and get a more informative result [or maybe not, depending on which version of chrome you are using today]. But source maps are basically a workaround for delivering minified code and still wanting to debug it. But a more simplified approach would be to not use the minified version of sizzle. Anyways, it's hard for me to solve a problem which (a) I do not have, and (b) I do not understand. Thanks, -- Raul On Mon, Feb 3, 2014 at 11:10 AM, Brian Schott <schott.br...@gmail.com> wrote: > Oops, here are the smoutput's I forgot above. > > > y: ~root/Users/brian/j64-701-user/tgsjhs/scripts/dist/sizzle.min.map > > t: application/javascript > > ┌─┬──┐ > > │d│_1│ > > └─┴──┘ > > failed > > *** response not sent for > ~root/Users/brian/j64-701-user/tgsjhs/scripts/dist/sizzle.min.map > > *** html409 Conflict > > y: ~root/Users/brian/j64-701-user/tgsjhs/scripts/sizzle.min.map > > t: application/javascript > > ┌─┬─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────... > > │d│{"version":3,"file":"sizzle.min.js","sources":["sizzle.js"],"names":["window","i","support","Expr","getText","isXML","compile","select","outermostContext","sortInput","hasDuplicate","setDocument","document","docElem","documentIsHTML","rbuggyQSA","rbuggy... > > └─┴─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────... > > > On Mon, Feb 3, 2014 at 11:08 AM, Brian Schott <schott.br...@gmail.com>wrote: > >> 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 >> >> >> >> >> > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm