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
{{ message }}
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
couldn't find file 'blacklight/core' with type 'application/javascript'
Checked in these paths:
/home/greg/warclight/app/assets/config
/home/greg/warclight/app/assets/images
/home/greg/warclight/app/assets/javascripts
/home/greg/warclight/app/assets/stylesheets
/home/greg/.rvm/gems/ruby-2.4.3@warclight/gems/jquery-rails-4.3.3/vendor/assets/javascripts
...
The two blacklight gems are in the gemfile from github and are listed during bundle install. I also have things like config/blacklight.yml
Tried with Rails 2.0.latest, 5.1.6 and 5.1.2. I wanted 5.1.2 somewhere, but even doing rails new 5.1.2 updated rails to 5.1.6 at some point in the template file.
The text was updated successfully, but these errors were encountered:
I don't think this is an environment issue. I'm using a clean gemset with rvm on Ubuntu 16.04.
installing with rails new warclight -m https://raw.githubusercontent.com/archivesunleashed/warclight/master/template.rb
There doesn't seem to be any install errors. solr_wrapper and rails server start, but browsing gets:
Sprockets::FileNotFound in Catalog#index
couldn't find file 'blacklight/core' with type 'application/javascript'
Checked in these paths:
/home/greg/warclight/app/assets/config
/home/greg/warclight/app/assets/images
/home/greg/warclight/app/assets/javascripts
/home/greg/warclight/app/assets/stylesheets
/home/greg/.rvm/gems/ruby-2.4.3@warclight/gems/jquery-rails-4.3.3/vendor/assets/javascripts
...
The two blacklight gems are in the gemfile from github and are listed during bundle install. I also have things like config/blacklight.yml
Tried with Rails 2.0.latest, 5.1.6 and 5.1.2. I wanted 5.1.2 somewhere, but even doing rails new 5.1.2 updated rails to 5.1.6 at some point in the template file.
The text was updated successfully, but these errors were encountered: