Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What's the recommended way that this approach can be carried over into production? #1068

Closed
davej opened this issue Apr 25, 2015 · 2 comments

Comments

@davej
Copy link

davej commented Apr 25, 2015

Perhaps an nginx config or some other strategy that would work in common production setups.

@justinfagnani
Copy link
Contributor

In production this often isn't much of an issue because the top-level app's bower_components/ folder is addressed as either an absolute URL, or as a relative sub-folder. Once a component within bower_components/ is loaded, it's ../ relative paths work fine.

Polyserve is only necessary when you have something that is both a component and that you want to directly serve content from, like when working on individual components.

@ebidel
Copy link
Contributor

ebidel commented Nov 1, 2015

The question was addressed. Closing, as this is pretty old.

@ebidel ebidel closed this as completed Nov 1, 2015
@aomarks aomarks transferred this issue from Polymer/polyserve Jan 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants