angular-breadcrumbs
Version:
AngularJS Breadcrumbs for ngRoute
15 lines (11 loc) • 793 B
Markdown
# Contributing to ng-breadcrumbs
1. Follow [Airbnb's JavaScript Style Guide](https://github.com/airbnb/javascript)
2. Run ```bower install``` in the root directory
3. Run ```gulp``` to execute development tasks such as linting the source, creating the distribution
files and running a development server. You'll need to run ```npm install``` in order to install the development
dependencies and ```npm install -g gulp``` in order to install [gulp](http://gulpjs.com). The development server should
be available at [http://localhost:8080/](http://localhost:8080/).
4. Increment the version number in package.json, bower.json, and src/ng-breadcrumbs.js
5. Create pull requests on the **development** branch not master!
Thank you for your contribution!
«–– [Ian](http://ianvonwalter.com)