wesleytodd / YeoPress

A Yeoman generator for WordPress
Other
1.08k stars 161 forks source link

Advanced option to use a custom `bower_components` directory name and path. #56

Open neojp opened 10 years ago

neojp commented 10 years ago

At the moment your theme uses a .bowerrc with

"directory": "js/vendor"

I'd like to be able to change it in the yeoman setup to plain "vendor" since a lot of the packages I use tend to have js, css & images at the same time.

wesleytodd commented 10 years ago

I was intending to make this change. It is actually a very simple addition if you are interested in contributing. It just needs a new prompt in the prompts.js and then to change the template for that file.