Closed harrisonfm closed 8 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.
This should be fixed with what just went to NPM -- please reopen if it continues to occur.
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.