-
Notifications
You must be signed in to change notification settings - Fork 182
Open
Labels
Description
I made a terrible sin working on zap-cli by copy/pasting some code over to contrib.js.
This is definitely not ideal, and entirely unmaintainable.
What can we do to avoid this?
I'm thinking we could break out utility functions into a new repository, then either
Use git submodules - will we need to use requireJS by doing so? (maybe not if our JS imports are in the right order)- Use bower and npm within that repository (without publishing) so the code can be used on the website, CLI, & Chrome extension