couldn't find file 'jquery.ui.all' which is a known issue, I added *=require jquery.ui.all to application.css and //= require jquery.ui.all to application.js but still get the error. http://bpaste.net/show/1RqTDUte2XLBoj8fdTbf/
Sprockets::FileNotFound in Preorder#index
Showing /var/www/localhost/htdocs/selfstarter/app/views/layouts/application.html.erb where line #6 raised:
couldn't find file 'jquery.ui.all' (in /var/www/localhost/htdocs/selfstarter/app/assets/stylesheets/application.css:14)
Extracted source (around line #6):
3: <head> 4: <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> 5: <title><%= Settings.product_name %></title> 6: <%= stylesheet_link_tag "application" %> 7: <%= javascript_include_tag "application" %> 8: </head> 9: <!--[if lt IE 9 ]><body class="lt-ie9"><![endif]-->
No comments:
Post a Comment