10up / generator-wp-make

A Yeoman generator for making WordPress things
184 stars 42 forks source link

Autoprefixer -> Postcss #51

Closed harrisonfm closed 8 years ago

harrisonfm commented 9 years ago

Autoprefixer was recently updated to Postcss and the watch task hasn't been updated appropriately. Building fails until the task name is changed.

Had to change tasks/options/watch.js from 'autoprefixer' to 'postcss' per updates to that node module.

lkwdwrd commented 8 years ago

This should be fixed with what just went to NPM -- please reopen if it continues to occur.