To contribute to the minicart please fork the repo and:
- Run
git checkout -b your-new-featureto create a new branch. - Write your code. Be sure to add test cases.
- Run
grunt testto verify there are no issues. - Run
grunt buildto generate the dist files. - Push away!
- Open a pull request