Skip to content

Commit a4cdafb

Browse files
committed
Merge pull request jquery-ui-rails#74 from skateinmars/update-readme-for-50
Add a note to README for older versions require syntax
2 parents f1e04f7 + 1e76d35 commit a4cdafb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ Also add the jQuery UI CSS to your application.css:
4545
*/
4646
```
4747

48+
Warning: If you are using a version below 5.0, you will have to use a different naming
49+
for the files to require, see https://github.com/joliss/jquery-ui-rails/blob/v4.2.1/README.md
50+
for more information.
51+
4852
All images required by jQuery UI are automatically served through the asset
4953
pipeline, so you are good to go! For example, this code will add a
5054
[datepicker](http://jqueryui.com/demos/datepicker/):

0 commit comments

Comments
 (0)