slushjs / slush-angular

A slush generator for AngularJS using the Google Angular App Structure Recommendations
129 stars 32 forks source link

Stop bower from asking for statistics when installing #14

Closed scmx closed 10 years ago

scmx commented 10 years ago

Changes to bower has made the following message appear when generating a project

[?] May bower anonymously report usage statistics to improve the tool over time? (Y/n)

http://stackoverflow.com/a/22639444

It can apparently be disabled.

NOTE: It's advisable that users use --config.interactive=false on automated scripts.

joakimbeng commented 10 years ago

Moving this to the gulp-install repo instead.

Thanks @scmx !