You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -48,9 +48,7 @@ This package is **only** compatible with **PHP >= 5.4** and **Laravel >= 4.1** f
48
48
49
49
Click [here](https://github.com/efficiently/larasset/blob/master/README.md#installation) to follow the installation instructions of this package.
50
50
51
-
### Laravel 4.1 or greater (with Larasset package *installed*)
52
-
53
-
The jquery and jquery-ujs files will be added to the asset pipeline and available for you to use.
51
+
NOTE: The `jquery.js` and `jquery-ujs.js` files will be added to the asset pipeline and available for you to use.
54
52
If they're not already in `app/assets/javascripts/application.js` by default, add these lines:
55
53
56
54
```js
@@ -62,9 +60,13 @@ If they're not already in `app/assets/javascripts/application.js` by default, ad
62
60
63
61
Feel free to open an issue ticket if you find something that could be improved. A couple notes:
64
62
65
-
* If it's an issue pertaining to the jquery-ujs javascript, please report it to the [jquery-ujs project](https://github.com/rails/jquery-ujs).
63
+
* If it's an issue pertaining to the `jquery-ujs` javascript, please report it to the [jquery-ujs project](https://github.com/rails/jquery-ujs).
64
+
65
+
* If the jQuery scripts are outdated (i.e. maybe a new version of jQuery was released yesterday), feel free to open an issue and prod us to get that thing updated. However, for security reasons, we won't be accepting pull requests with updated jQuery scripts.
66
+
67
+
## Credits
66
68
67
-
* If the jquery scripts are outdated (i.e. maybe a new version of jquery was released yesterday), feel free to open an issue and prod us to get that thing updated. However, for security reasons, we won't be accepting pull requests with updated jquery scripts.
69
+
This package is a port of the [jquery-rails](https://github.com/rails/jquery-rails) gem from the Ruby on Rails framework.
0 commit comments