Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grunt task for compressing the browser plugins #12

Open
drewrwilson opened this issue Sep 16, 2015 · 2 comments
Open

Grunt task for compressing the browser plugins #12

drewrwilson opened this issue Sep 16, 2015 · 2 comments

Comments

@drewrwilson
Copy link
Owner

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

@noahcooper
Copy link
Collaborator

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.

@drewrwilson
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants