- Follow Airbnb's JavaScript Style Guide
- Run
bower install
in the root directory - Run
gulp
to execute development tasks such as linting the source, creating the distribution files and running a development server. You'll need to runnpm install
in order to install the development dependencies andnpm install -g gulp
in order to install gulp. The development server should be available at http://localhost:8080/. - Run
gulp test
to execute browser tests, this requires Chrome is installed and available in your PATH. - Increment the version number in package.json, bower.json, and src/ng-context-menu.js
- Create pull requests on the development branch not master!
Thank you for your contribution!
«–– Talis