sindresorhus / gulp-autoprefixer

Prefix CSS
MIT License
694 stars 50 forks source link

Fixes issue #46 #50

Closed ivoputzer closed 8 years ago

ivoputzer commented 8 years ago

postcss uses the promise api which is not available in node versions prior to v0.12. this pr adds a polyfill for that api and closes issue #46

sindresorhus commented 8 years ago

Just upgrade Node.