Guest User

Untitled

a guest
Jan 12th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. ActionView::Template::Error: File to import not found or unreadable: jquery-ui/datepicker.
  2.  
  3. gem 'jquery-rails', '~> 4.3'
  4. gem 'jquery-ui-rails', '~> 6.0'
  5.  
  6. //= require jquery3
  7. //= require jquery-ui/widgets/datepicker
  8.  
  9. @import "jquery-ui/datepicker";
  10. @import "jquery-ui/core";
  11. @import "jquery-ui/theme";
Add Comment
Please, Sign In to add comment