简体   繁体   中英

Which version of the Bower package name should be used when installing with bower-rails

Some package names, eg FitVids use camelcased spelling for their github repository, yet when you search the Bower repository for them, eg http://bower.io/search/?q=FitVids , it returns an all lower case name.

It has been my experience that if you install with the wrong name, you can end up with subtle bugs, eg fitvids loads in development but does not precompile on heroku

Which name should I use when installing with bower-rails?

I think that correct way is to use the registered name for a component, lower cased for FitVids example. Also, see the related thread on Github

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM