summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrent Richardson <trentrichardson@users.noreply.github.com>2015-05-24 17:53:34 -0400
committerTrent Richardson <trentrichardson@users.noreply.github.com>2015-05-24 17:53:34 -0400
commiteff614bac59ed616bca0fc132de20af6bfe372e0 (patch)
tree7067183cd854ddee7c587151f3662a4013792d24
parent096125d3fc752d1c969ecd857f495f0db5101c64 (diff)
parent32cc4fbf4eefed0304756d05d5416a10ad930c66 (diff)
downloadjQuery-Timepicker-Addon-eff614bac59ed616bca0fc132de20af6bfe372e0.zip
jQuery-Timepicker-Addon-eff614bac59ed616bca0fc132de20af6bfe372e0.tar.gz
jQuery-Timepicker-Addon-eff614bac59ed616bca0fc132de20af6bfe372e0.tar.bz2
Merge pull request #818 from gdurelle/patch-1
Update README.md
-rw-r--r--README.md19
1 files changed, 18 insertions, 1 deletions
diff --git a/README.md b/README.md
index a15ecb7..2e99180 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,23 @@ I recommend getting the eBook [Handling Time](https://sellfy.com/p/8gxZ) as it h
There is also a [Bower](http://bower.io/) package named `jqueryui-timepicker-addon`. Beware there are other similar package names that point to forks which may not be current.
+Rails with Bower
+-----------------
+If you happen to use Rails with the [bower](gem "bower-rails", "~> 0.8.3") gem, here it is to use it easily :
+#### Bowerfile
+```asset "jqueryui-timepicker-addon", "1.5.4"```
+
+#### application.js
+```javascript
+//= require jqueryui-timepicker-addon/dist/jquery-ui-timepicker-addon
+//= require jqueryui-timepicker-addon/dist/i18n/jquery-ui-timepicker-fr
+```
+
+#### application.css.scss
+```scss
+@import "jqueryui-timepicker-addon/dist/jquery-ui-timepicker-addon.css";
+```
+
Contributing Code - Please Read!
--------------------------------
- All code contributions and bug reports are much appreciated.
@@ -26,4 +43,4 @@ Contributing Code - Please Read!
- Also note tabs are appreciated over spaces.
- Please read the [CONTRIBUTING.md][contributingmd] for more on using Grunt to produce builds.
-[contributingmd]: CONTRIBUTING.md \ No newline at end of file
+[contributingmd]: CONTRIBUTING.md