How to set dependency in a specific subdirectory using Bower? I am working on an AngularJS-based application that requires localization. One of the libraries I use is looking for localization files in angular / angular_i18n. However, I am developing Angular 1.2 rc3, and the localization files are not part of the package, so I have to install them separately.
How do I install bower install angular -i18n in / angular / angular-i18n / components?
Help will be fully appreciated.
javascript angularjs bower
Jazzuzz
source share