Please don't edit files in the dist
subdirectory as they are generated via Grunt. You'll find source code in the src
subdirectory!
See JavaScript coding conventions of Interactive Pioneers.
- File all your issues, feature requests here
- If filing a bug report, follow the convention of Steps to reproduce / What happens? / What should happen?
- If you're a developer, write a failing test instead of a bug report and send a Pull Request
- Fork it ( https://github.com/[my-github-username]/iptools-jquery-offcanvas/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Install dependencies (
npm i
) - Develop your feature by concepts of TDD, see Tips
- Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Following tasks are there to help with development:
npm run grunt watch
listens to source, runs full QA and live-reloads browsernpm start
listens source, runs testsnmp test
runs full QAnpm run grunt build
minifies source to dist/