SomeRichAsshole icon indicating copy to clipboard operation
SomeRichAsshole copied to clipboard

Grunt task for compressing the browser plugins

Open drewrwilson opened this issue 9 years ago • 2 comments

I don't know how to do this, but it'd be nice to have a script that prepares each plugin to be uploaded to chromes webstore and the firefox addon site. For each one the directory needs to be compressed and then moved to the download directory

drewrwilson avatar Sep 16 '15 02:09 drewrwilson

And if you're gonna use Grunt, you should move the majority of the JavaScript (i.e. the walk and handleText functions) to one shared file, then just use concat to add the Mozilla junk. That way you don't have to maintain the JS in a bunch of different places.

noahcooper avatar Sep 17 '15 02:09 noahcooper

really good idea. having the regexes in two places is def not ideal

drewrwilson avatar Sep 17 '15 02:09 drewrwilson