doabit / semantic-ui-sass

Semantic UI, converted to Sass and ready to drop into Rails & Compass.
MIT License
1.15k stars 190 forks source link

Newest version and Rails 5.0.2 #102

Closed sevos closed 7 years ago

sevos commented 7 years ago

If I use the newest version, I am getting following error when running Capybara:

Failure/Error: <%= stylesheet_link_tag    'application', media: 'all', 'data-turbolinks-track': 'reload' %>

    ActionView::Template::Error:
      couldn't find file 'api' with type 'application/javascript'

Revision 4abe03d57f2be11d8759823a440e62e8fb1afe77 works like a charm

doabit commented 7 years ago

@sevos Any demo code?

conormacken commented 7 years ago

This looks like an error I'm getting & it seems to be the same one as #101.

doabit commented 7 years ago

I've merged it and it should work now, sorry for the big mistake.