-
Notifications
You must be signed in to change notification settings - Fork 144
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
The right way to make a build #482
Comments
I experience the same problem. Any help appreciated |
@ranzen check this out: https://twitter.com/yordanoff/status/1100357477206556672 and more specifically: #483 |
If anyone is still having this issue. To build with relative paths use this command. Found after looking at |
As there is no explenation as to the options available when building the standalone app, I am proposing to add a short bit about how to build the standalone app and include how to change the static path to relative. See issue interactivethings#482 and interactivethings#483
Hello,
what is the right way to build a static version of a Catalog?
Is it
npm run catalog-build?
Because it makes a /build folder where the JS files in the index.html are not being loaded. Do I miss something?Thank you
The text was updated successfully, but these errors were encountered: