d is _1 means file not found or read permission error. Try add
some debug lines before the line d=. fread y  eg,

smoutput 'y: ' ; y
smoutput '1!:0 y:' ; 1!:0 y
d=. fread y

Пн, 03 фев 2014, Brian Schott писал(а):
> 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

-- 
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to