yeoman / bower-requirejs

[DEPRECATED] Automagically wire-up installed Bower components into your RequireJS config
375 stars 68 forks source link

Added option to exclude dev-dependencies (#84) #92

Closed bezoerb closed 10 years ago

bezoerb commented 10 years ago

Introduced a new option devDependencies. When set to false devDependencies from bower.json are added to the ignore list. When option is not set or set to true the module behaves just like it is doing now to keep backwards compatibility

robdodson commented 10 years ago

I think it looks good but I would change the name to --exclude-dev so it's a bit more clear as to what it's doing

bezoerb commented 10 years ago

@robdodson the more i think about it the more it makes sense to rename the option since the default behavior is to include dev-dependencies.

robdodson commented 10 years ago

Looks good. Would you be interested in adding an option for this to grunt-bower-requirejs?

bezoerb commented 10 years ago

Option added to grunt-bower-requirejs