- Notifications
You must be signed in to change notification settings - Fork244
Open
Description
hi, I installed this gem and everything works fine. but all the different component files are getting loaded in the browser individually. Is there a way to combile all the components to single file and load it?
application.js:
//= require jquery3
//= require popper
//= require bootstrap
//= require jquery-ui
application.css:
@import "bootstrap";
@import "jquery-ui";
I am using jquery-rails and jquery-ui-rails. Rails: 5.2
$ bundle info jquery-rails
- jquery-rails (4.3.3)
Summary: Use jQuery with Rails 4+
Homepage:https://github.com/rails/jquery-rails
Path: /home/rajasekharan/.rvm/gems/ruby-2.5.3/gems/jquery-rails-4.3.3
$ bundle info jquery-ui-rails - jquery-ui-rails (6.0.1)
Summary: jQuery UI packaged for the Rails asset pipeline
Homepage:https://github.com/joliss/jquery-ui-rails
Path: /home/rajasekharan/.rvm/gems/ruby-2.5.3/gems/jquery-ui-rails-6.0.1
under HTML Page head:
<script src="/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" data-turbolinks-track="reload"></script><script src="/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" data-turbolinks-track="reload"></script><script src="/assets/jquery-ui/disable-selection.self-5675f71f2fbbc6857ea700ba843af748b50dbc0150cc87932a7d05ec016bb659.js?body=1" data-turbolinks-track="reload"></script><script src="/assets/jquery-ui/focusable.self-426e99e67d1f1bd4cb444fd878ee63a6de1f5d1d61451e43022c86214b9eec64.js?body=1" data-turbolinks-track="reload"></script><script src="/assets/jquery-ui/form.self-711978b53107be2d9ef1b7369beb151b229cefa8c1405a056d3c34262d5b477e.js?body=1" data-turbolinks-track="reload"></script><script src="/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" data-turbolinks-track="reload"></script><script src="/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" data-turbolinks-track="reload"></script><script src="/assets/jquery-ui/escape-selector.self-43e4d61501e4ffb1ecba387affbae1eb3e1c863ab0b0e71897851cddd246e50e.js?body=1" data-turbolinks-track="reload"></script><script src="/assets/jquery-ui/labels.self-c0448a3cb597a9a9429be814ab0e9ed2a14d85604555b4cff897adf3f0415f38.js?body=1" data-turbolinks-track="reload"></script>.
.
.
Metadata
Metadata
Assignees
Labels
No labels