question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bower support for multiple apps

See original GitHub issue

Brunch’s support for multiple apps is working like a charm, but ideally it would also support multiple Bower instances:

backend/
    assets/
    scripts/
    styles/
    vendor/
    bower_components/
    bower.json
frontend/
    assets/
    scripts/
    styles/
    bower_components/
    bower.json
server/
    ...
public/
config.coffee
package.json

Right now, my_app/bower_components gets picked up by the compiler, but the content isn’t run through read-components.

Please correct me if I’m wrong, or if there’s a workaround way to solve this.

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
es128commented, Dec 14, 2015

@KrishnaPG no, this has not been implemented

0reactions
KrishnaPGcommented, Dec 13, 2015

Has this been implemented? If so, where can one find more information on how to use this feature?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bower — a package manager for the web
Bower provides hooks to facilitate using packages in your tools and workflows. Bower is optimized for the front-end. If multiple packages depend on...
Read more >
Can bower install from multiple bower.json files in a single ...
It iterates through bower.json files located in ./packages and ./plugins and executes them. After that you have a bower_components folder for each package ......
Read more >
Bower installing dependencies as siblings instead of ...
With a sibling structure, you cannot have multiple versions of the same library in the same app, even if they are not used...
Read more >
Day 1: Bower -- Manage Your Client Side Dependencies
Helps you work offline : Bower creates a .bower folder in the users home directory where it downloads all the assets and keeps...
Read more >
Deploying Rails 5, Node, Bower on Heroku Using Multiple ...
Install dependencies using Bower. bower install. Step 8. Then we can require our dependencies at “application.js” and “application.css” ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found