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
Is there a way I can use this gem with the Sprockets 4 JS support?
Doing a # require jquery in application.coffee yields:
couldn't find file 'jquery' with type 'text/coffeescript' Checked in these paths:
...
/Users/samuelstickland/.gem/ruby/2.6.6/gems/jquery-ui-rails-6.0.1/app/assets/images
/Users/samuelstickland/.gem/ruby/2.6.6/gems/jquery-ui-rails-6.0.1/app/assets/javascripts
/Users/samuelstickland/.gem/ruby/2.6.6/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets
/Users/samuelstickland/.gem/ruby/2.6.6/gems/jquery-rails-4.4.0/vendor/assets/javascripts
...
And it doesn't work with jquery.js either.. Seems like it's looking for a coffeescript version? Even when .js is explicitly specified:
couldn't find file 'jquery.js' with type 'text/coffeescript' Checked in these paths:
The text was updated successfully, but these errors were encountered:
Hi,
Is there a way I can use this gem with the Sprockets 4 JS support?
Doing a
# require jquery
inapplication.coffee
yields:And it doesn't work with
jquery.js
either.. Seems like it's looking for a coffeescript version? Even when.js
is explicitly specified:couldn't find file 'jquery.js' with type 'text/coffeescript' Checked in these paths:
The text was updated successfully, but these errors were encountered: