bower automatically update bower.json

后端 未结 1 779
粉色の甜心
粉色の甜心 2021-01-29 19:10

I run the following commands using bower 1.0.0:

mkdir testdir;cd testdir
bower init #accept defaults
bower install jquery -s  #the -s is supposed to cause update         


        
相关标签:
1条回答
  • 2021-01-29 19:34

    from bower help, save option has a capital S

    -S, --save  Save installed packages into the project's bower.json dependencies
    
    0 讨论(0)
提交回复
热议问题