Please provide jsFiddle examples as well when reporting bugs.
- Please do the changes to the plugin code in the
/src
files, and not in the/dist
files. - To test your code use
/tests/index.html
. - Keep your pull request simple and avoid doing any unintended changes.
- Don't change
/dist/itemslide.min.js
, only run gruntwatch
ortest
.
This project is built using Browserify so if you want to contribute make sure you have a basic understanding of it.
Before starting make sure you have Node.js and grunt-cli installed on your system.
First install the devDependencies (so you can use Grunt) by typing-
npm install
You can use watch so that grunt will build as you do changes to the /src
files:
grunt watch
Or manually build the project using:
grunt test