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

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -