-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems incompatible with Rails 5 / Sprockets 3. #32
Comments
@beechnut I noticed distant autoprefixer-rails version from the log
I guess you should update gem and try again. autoprefixer-rails gem The most current is 6.5.3 |
@dijonkitchen Were you able to get rid of the warning?. I am getting this while starting the rails server. |
@onerinas I think we moved on from this and just used Semantic UI from the client-side as it's own package inline. It looks like only one of my PRs were merged, but that fix may help you. |
Subject of the issue
Fails with sprockets 3 / Rails 5.
Your environment
Steps to reproduce
I added the following gems to my Gemfile and ran 'bundle install'.
The sprockets versioning is from @allthesignals' fix from #21, but on a Rails 5 app I got:
Using Sprockets 3, I ran
rails g semantic_ui:install
and got the following error:I followed the link listed in the issue -- https://github.com/rails/sprockets/blob/master/guides/extending_sprockets.md#supporting-all-versions-of-sprockets-in-processors -- but I'm super out of my element here -- I'm not familiar with sprockets interfaces at all, and don't even know where to begin.
The text was updated successfully, but these errors were encountered: