Nicer way to deploy a minified Chrome extension

Posted by UVL on Stack Overflow See other posts from Stack Overflow or by UVL
Published on 2010-10-29T18:19:08Z Indexed on 2011/01/07 3:53 UTC
Read the original article Hit count: 154

When deploying an extension I follow various steps : copy to a temporary folder all the files, copy/paste back and forth the code to the on-line minifiers / obfuscators and create the zip to be uploaded.

It's obvious that this could be simplified with scripting, but my experience on Windows scripting is very limited (most of my experience is server-side). Do I have to look back to the DOS .bat files like in the 90's or is there some cool tool or method I'm not aware?

© Stack Overflow or respective owner

Related posts about deployment

Related posts about obfuscation