bower automatically update bower.json -
i run following commands using bower 1.0.0:
mkdir testdir;cd testdir bower init #accept defaults bower install jquery -s #the -s supposed cause update of bower.json less bower.json
in bower.json expect see dependencies listed, there none. going on?
note: bower install jquery --save
work
note: option referring documented through bower install
**-s**, --save save installed packages project's bower.json dependencies
from bower help, save option has capital s
-s, --save save installed packages project's bower.json dependencies
Comments
Post a Comment