问题描述
如何安装的依赖到使用鲍尔一个特定的子目录?我的工作建立在AngularJS的应用程序需要本地化。一个我使用的库正在寻找角/ angular_i18n本地化文件。不过,我有角1.2 RC3开发和本地化的文件不包的一部分,所以我必须单独安装它们。
How do I install a dependency into a specific subdirectory using Bower? I'm working on an application built on AngularJS that requires localization. One of the libraries I'm using is looking for localization files in angular/angular_i18n. However, I'm developing with Angular 1.2 rc3 and the localization files are not part of the package so I have to install them separately.
我怎么能鲍尔安装角的i18n成组件/角/角-I18N /?
How can I bower install angular-i18n into components/angular/angular-i18n/?
帮助将是完全AP preciated。
Help would be totally appreciated.
推荐答案
您不能。亭子利用单个位置来存储包。然而,你可以像使用这些繁重的任务之一以过来在集结步复制。
You can't. Bower uses a single location to store packages. However you can use tools like one of these grunt tasks to copy it over in the build-step.
这篇关于鲍尔安装依赖于特定的子目录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!