Skip to content

Commit eff614b

Browse files
Merge pull request trentrichardson#818 from gdurelle/patch-1
Update README.md
2 parents 096125d + 32cc4fb commit eff614b

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,28 @@ I recommend getting the eBook [Handling Time](https://sellfy.com/p/8gxZ) as it h
1919

2020
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.
2121

22+
Rails with Bower
23+
-----------------
24+
If you happen to use Rails with the [bower](gem "bower-rails", "~> 0.8.3") gem, here it is to use it easily :
25+
#### Bowerfile
26+
```asset "jqueryui-timepicker-addon", "1.5.4"```
27+
28+
#### application.js
29+
```javascript
30+
//= require jqueryui-timepicker-addon/dist/jquery-ui-timepicker-addon
31+
//= require jqueryui-timepicker-addon/dist/i18n/jquery-ui-timepicker-fr
32+
```
33+
34+
#### application.css.scss
35+
```scss
36+
@import "jqueryui-timepicker-addon/dist/jquery-ui-timepicker-addon.css";
37+
```
38+
2239
Contributing Code - Please Read!
2340
--------------------------------
2441
- All code contributions and bug reports are much appreciated.
2542
- Please be sure to apply your fixes to the "dev" branch.
2643
- Also note tabs are appreciated over spaces.
2744
- Please read the [CONTRIBUTING.md][contributingmd] for more on using Grunt to produce builds.
2845

29-
[contributingmd]: CONTRIBUTING.md
46+
[contributingmd]: CONTRIBUTING.md

0 commit comments

Comments
 (0)