Ruby on Rails Friday, June 16, 2017

Hi !

I'm trying to deploy my 4.2.7 rails app with nginx and unicorn.

when I precompile the assets ( $ bundle exec rake assets:precompile)

I get the following error:

rake aborted!
Sprockets::FileNotFound: couldn't find file 'jquery-ui/widgets/draggable' with type 'application/javascript'
Checked in these paths: 
  /opt/project-control/app/assets/images
  /opt/project-control/app/assets/javascripts
  /opt/project-control/app/assets/stylesheets
  /opt/project-control/vendor/assets/fonts
  /opt/project-control/vendor/assets/javascripts
  /opt/project-control/vendor/assets/stylesheets
  /home/clouduser/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts
/opt/project-control/app/assets/javascripts/application.js:15
/home/clouduser/.rbenv/versions/2.3.1/bin/bundle:23:in `load'
/home/clouduser/.rbenv/versions/2.3.1/bin/bundle:23:in `<main>'
Tasks: TOP => assets:precompile

Any thoughts? 

Thank you in advance!

João Bordalo



--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/85f53cf3-1bfc-42ac-bac1-c45a824b42ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment