Adhere to these commit message conventions.
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
During development you need to run the dev
task. It will install bower dependencies and build your files on change.
grunt dev
Adhere to the coffeescript styleguide.