Prev: FAQ Topic - How do I prompt a "Save As" dialog for an accepted mime type? (2010-04-27)
Next: control horizontal scrolling
From: Stefan Weiss on 27 Apr 2010 14:39 On 27/04/10 19:57, Ry Nohryb wrote: > On Apr 27, 7:09 pm, Stefan Weiss <krewech...(a)gmail.com> wrote: >> >> $ cat /Users/jorge/Desktop/{assert,buffer,child_process,crypto}.js \ >> | tee raw.o.js | jsmin | tee o.js | gzip -9 > o.js.gz > > And maybe you should not bypass the preprocessor unless you know > beforehand that no src.js has any meat for it inside... :-) I was just kidding, that wasn't a serious suggestion. I'm suffering from the Perl syndrome, which compels me to squeeze everything into a single line :) -- stefan |