我運行使用涼亭1.0.0以下命令:涼亭自動更新bower.json
mkdir testdir;cd testdir
bower init #accept defaults
bower install jquery -s #the -s is supposed to cause update of bower.json
less bower.json
在bower.json我希望看到上市的相關性,但有沒有。到底是怎麼回事?
注:bower install jquery --save
做工作
注: 我指的是通過bower help install
**-S**, --save Save installed packages into the project's bower.json dependencies
爲什麼倒票? – Selah
'bower help install','--save','--save-dev' – madhead
'bower help install'說-s和--save都應該等效。 對於我沒有看到幫助......我當然這麼做的建議,我有點冒犯了!我想我會編輯我的問題來強調這個事實。 – Selah