Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libs/bower_components/jScrollPane/README.md')
-rw-r--r--libs/bower_components/jScrollPane/README.md23
1 files changed, 20 insertions, 3 deletions
diff --git a/libs/bower_components/jScrollPane/README.md b/libs/bower_components/jScrollPane/README.md
index 01b3a22bc0..7aebfaa97a 100644
--- a/libs/bower_components/jScrollPane/README.md
+++ b/libs/bower_components/jScrollPane/README.md
@@ -1,6 +1,23 @@
-jScrollPane - cross browser custom scrollbars
-=============================================
+#jScrollPane - cross browser custom scrollbars
jScrollPane is a [jQuery](http://www.jquery.com/) plugin which allows you to replace a browser's default scrollbars (on an element which has **overflow: auto**) with a HTML structure that can be easily skinned using CSS.
-To see a bunch of examples of jScrollPane in action please visit the [jScrollPane website](http://jscrollpane.kelvinluck.com/). All of the code for the website is available from this repository so please feel free to download and use it! \ No newline at end of file
+To see a bunch of examples of jScrollPane in action please visit the [jScrollPane website](http://jscrollpane.kelvinluck.com/). All of the code for the website is available from this repository so please feel free to download and use it!
+
+##Contributing
+
+There is a simple [grunt](http://gruntjs.com) based build script which will help to produce a minified version of
+jScrollPane if you make any modifications and want to submit a pull request. You can find it in the `build/` directory.
+
+To use it first make sure you have [node](http://nodejs.org/), npm and the `grunt-cli` module installed:
+
+`npm install -g grunt-cli`
+
+Then:
+
+```
+cd build
+grunt
+```
+
+Please remember to update the changelog in the comment at the header of both JS files when submitting a pull request. \ No newline at end of file