backbone-boilerplate / generator-bbb

Backbone Boilerplate Yeoman generator.
MIT License
56 stars 9 forks source link

Explore path recursively for `.bbb-rc.json` config file #6

Closed SBoudrias closed 11 years ago

SBoudrias commented 11 years ago

This will allow the usage of the sub-generator from every where inside a project.

Edit: Also when .bbb-rc.json is found, this directory should became the destination root.

SBoudrias commented 11 years ago

Should be fairly easy with Grunt: http://gruntjs.com/api/grunt.file#grunt.file.findup

Also, I need to settle down on how bbb:init react in this case. (that concern is more of a "how to code" thing than feature one)