Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 798 Bytes

CONTRIBUTING.md

File metadata and controls

42 lines (28 loc) · 798 Bytes

Contributing

To contribute to Infinite Ajax Scroll please follow these instructions:

  • Fork the project and create a new feature branch
  • Install the development tools
  • Write the feature/bugfix
  • Write tests for the feature/bugfix
  • Run tests
  • Submit your Pull Request

Installing development tools

  1. Install bower components

    $ bower install
  2. Install npm modules

    $ npm install

Running tests

Testing is done with Busterjs and Grunt.

  1. Start a buster server:

    $ grunt buster::server:block
  2. Launch some browsers and connect to http://localhost:1111 and capture them.

  3. Run tests:

    $ grunt buster::test