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

Customize Theme locally fail to load admin_jquery #61

Closed
bourroush opened this issue May 31, 2017 · 1 comment · Fixed by #62
Closed

Customize Theme locally fail to load admin_jquery #61

bourroush opened this issue May 31, 2017 · 1 comment · Fixed by #62
Assignees

Comments

@bourroush
Copy link

When working locally, if you click Customize Theme, the sections on the left sidebar are not lodaing, due to a javascript error. But if I'm doing a yarn build -- --deploy, and if the website is pulling its files from shopify instead of localhost:8080, then there is no error.
http://cloud.godynamo.com/0z1Q1R2u3j3k

@nddery
Copy link
Contributor

nddery commented May 31, 2017

(edited) Shopify Webpack style loader seems to output <link type="text/css" rel="stylesheet" href="blob:https://dynamomtl.myshopify.com/17b0ac9c-bf91-46a4-80d0-085980101e3c"> in the layout head ({{ content_for_head }}), while running yarn serve, but not when building. Not sure why. For some reason, it ignores output.publicPath (which is correctly set to https://localhost:8080/).

nddery added a commit that referenced this issue Jun 1, 2017
bourroush pushed a commit that referenced this issue Jun 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants