Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 677 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (23 loc) · 677 Bytes

Contributing to iscroll-sticky

Adhere to these commit message conventions.

Prerequisites

Install the grunt CLI:

npm install -g grunt-cli

Clone the repository:

git clone git@github.com:excellenteasy/iscroll-sticky.git

Install dependencies:

cd iscroll-sticky
npm install

Development

During development you need to run the dev task. It will install bower dependencies and build your files on change.

grunt dev

Coffeescript

Adhere to the coffeescript styleguide.