grunt-bower-task
grunt-bower-task copied to clipboard
production feature doesn't work when set to true
Add option to install only production files, skip devDependencies.
bower install --production
I might be wrong but doesn't
bower: {
install: {
options: {
bowerOptions: {
production: true
}
}
}
}
do it for you?
bowerOptions: {
production: true
}
doesn't seem to work. The task still distributes the layout of devDependencies.