10up / generator-wp-make

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

Installation Errors #66

Closed rohitmanglik closed 8 years ago

rohitmanglik commented 8 years ago

Hi,

I installed plugin using wp-make (with autoprefixed and without sass) as per the instructions in the readme file and got following issues:

1) bower.json:5 has an extra brace. 2) While running "grunt" task, I got following warning: "No postcss targets found".

ericmann commented 8 years ago

The first error was a typo in the generated bower.json file. It's been corrected.

As for the postcss issue, take a look at your /tasks/options/postcss.js file and define the files you need processed appropriately.