Contributing to wallop
August 31, 2015 ยท View on GitHub
wallop is supposed to provide developers the basics and allow them to extend it via the API and Custom Events. This is the reason why wallop has no Keyboard or Gestures bindings. I would like to keep it this way. ๐
Bug fixes are more than welcome! For any new feature please submit an issue first before send any pull request.
Thank you & happy contributing! ๐
Tests
Please make sure all commits pass the tests npm run test.
$ npm install
$ npm run test
Then open this up http://localhost:9966/__zuul
Build
The build task npm run build runs the tests and does the minification.