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
Just did a clean install of kublog and received this when trying to view /blog
require_directory argument must be a directory
(in /Users/jlippiner/Projects/wecora/app/assets/stylesheets/kublog/application.css:6)
Extracted source (around line #5):
Just did a clean install of kublog and received this when trying to view /blog
require_directory argument must be a directory
(in /Users/jlippiner/Projects/wecora/app/assets/stylesheets/kublog/application.css:6)
Extracted source (around line #5):
2:
3:
4: <title>Kublog</title>
5: <%= stylesheet_link_tag "kublog/application" %>
6: <%= javascript_include_tag "kublog/application" %>
7: <%= csrf_meta_tags %>
8:
The text was updated successfully, but these errors were encountered: