SomeRichAsshole
SomeRichAsshole copied to clipboard
Grunt task for compressing the browser plugins
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
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.
really good idea. having the regexes in two places is def not ideal