Re: Javascript & CSS obfuscator and packing

2009-05-27 Thread alvins
Use packtag. David Canos wrote: > > Hi guys > I'm looking for a plugin or a lib that packs my Javascript and CSS in > everydeploy, > Google gives nothing useful. > > if there's nothing done I would be happy to do it but I cant do it alone. > > -- View this message in context: http://www.n

Re: Javascript & CSS obfuscator and packing

2009-05-22 Thread Paweł Wielgus
Hi Dale, what a great site :-) Sweet. Best greetings, Paweł Wielgus. 2009/5/22 Dale Newfield : > David Canos wrote: >> >> yes, an automated way. >> And also mix all js file into one only. > > http://lmgtfy.com/?q=jsmin > > -Dale > > ---

Re: Javascript & CSS obfuscator and packing

2009-05-22 Thread Dale Newfield
David Canos wrote: yes, an automated way. And also mix all js file into one only. http://lmgtfy.com/?q=jsmin -Dale - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts

Re: Javascript & CSS obfuscator and packing

2009-05-22 Thread David Canos
yes, an automated way. And also mix all js file into one only. 2009/5/22 Steven Yang > So what you mean is you want the process to be automated?just as if you > press Ctrl+b in Eclipse, its compiles your .java to .class? > but instead turns your .js to .min.js? > > or are you simply looking f

Re: Javascript & CSS obfuscator and packing

2009-05-22 Thread Steven Yang
So what you mean is you want the process to be automated?just as if you press Ctrl+b in Eclipse, its compiles your .java to .class? but instead turns your .js to .min.js? or are you simply looking for something to obfuscate your scripts?