Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sprockets::FileNotFound, couldn't find file 'jquery3' #5129

Closed
davidwparker opened this issue Aug 7, 2017 · 0 comments
Closed

Sprockets::FileNotFound, couldn't find file 'jquery3' #5129

davidwparker opened this issue Aug 7, 2017 · 0 comments

Comments

@davidwparker
Copy link

Expected behavior

jquery3 should be found.

Actual behavior

Sprockets::FileNotFound: couldn't find file 'jquery3'
  (in /.rvm/gems/ruby-2.2.4@hobbydb/gems/activeadmin-1.1.0/app/assets/javascripts/active_admin/base.js.coffee:1)

How to reproduce

application.js

//= require jquery
//= require_tree .

Gemfile:

ruby '2.2.4'
gem 'rails', '4.2.0'
gem 'activeadmin', '~> 1.1.0'

Occurs during rake assets:precompile

rdavila added a commit to rdavila/bootstrap-rubygem that referenced this issue Dec 25, 2017
If we use an older version like `4.1.0` we will run into this issue: activeadmin/activeadmin#5129

It's important to specify the version given it will use an older version if you have installed the gem previously.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant