Skip to content Skip to sidebar Skip to footer

Bower Install Dependency To A Specific Subdirectory

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

Solution 1:

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.

Solution 2:

you can also try to use this fork: https://github.com/hyperweb2/upt

that also implements subdirectory installation feature

Post a Comment for "Bower Install Dependency To A Specific Subdirectory"