Closed bezoerb closed 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
@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.
Looks good. Would you be interested in adding an option for this to grunt-bower-requirejs?
Option added to grunt-bower-requirejs
Introduced a new option
devDependencies
. When set tofalse
devDependencies from bower.json are added to the ignore list. When option is not set or set totrue
the module behaves just like it is doing now to keep backwards compatibility