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

Compile pages with inline asset when asset changes #7

Open
alecperkins opened this issue Nov 18, 2014 · 0 comments
Open

Compile pages with inline asset when asset changes #7

alecperkins opened this issue Nov 18, 2014 · 0 comments
Labels

Comments

@alecperkins
Copy link
Member

Changes to assets that are inlined do not immediately propagate to the rendered page, as that requires rerunning the full compiler instead of just the asset pipeline. A workaround this is to use inline={ process.env.NODE_ENV is 'production'}, but ideally the SDK can be aware of this scenario and rerender as necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant