Skip to content
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

middleman-autoprefixer 2.6.0 not prefixing #21

Closed
ghost opened this issue Sep 9, 2015 · 7 comments
Closed

middleman-autoprefixer 2.6.0 not prefixing #21

ghost opened this issue Sep 9, 2015 · 7 comments

Comments

@ghost
Copy link

ghost commented Sep 9, 2015

No prefixes are made at all. I have tried on gradients and on flex elements.

This is on a clean slate new middleman build without any alterations:

Running bundle install gives me

...
Using middleman-autoprefixer 2.6.0
...

Gemfile

# If you do not have OpenSSL installed, update
# the following line to use "http://" instead
source 'https://rubygems.org'

gem "middleman", "~>3.3.12"

gem 'middleman-autoprefixer'

 # Live-reloading plugin
gem "middleman-livereload", "~> 3.1.0"

# For faster file watcher updates on Windows:
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]

# Windows does not come with time zone data
gem "tzinfo-data", platforms: [:mswin, :mingw, :jruby]

config.rb

configure :development do
    activate :livereload
    activate :autoprefixer
end

Appreciate any help :)

@porada
Copy link
Contributor

porada commented Sep 22, 2015

Could you try locking the previous version, 2.5.0, and see if it works?

@tdreyno
Copy link
Member

tdreyno commented Sep 22, 2015

I think I saw this too. When I added a browser list, it started working

@tdreyno
Copy link
Member

tdreyno commented Sep 22, 2015

Maybe we are in the future and there are no prefixes for the default autoprefixer query?

@ghost
Copy link
Author

ghost commented Sep 23, 2015

I tested both 2.5.0 and 2.4.3and it doesn't budge.

@porada
Copy link
Contributor

porada commented Sep 23, 2015

@sebastiangraz, could you test your stylesheets again the current master? I think I squashed the bug.

gem 'middleman-autoprefixer', github: 'middleman/middleman-autoprefixer'

Once it’s confirmed, I’ll release a version with the fix.

@ghost
Copy link
Author

ghost commented Sep 23, 2015

Yep that worked 👍

@porada
Copy link
Contributor

porada commented Sep 23, 2015

🌠 v2.6.1

@porada porada closed this as completed Sep 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants