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

Add publicPath to build-javascript and build-html #393

Closed
wants to merge 1 commit into from

Conversation

tribou
Copy link
Contributor

@tribou tribou commented Aug 13, 2016

Use linkPrefix for publicPath when set
Fixes #392

Unfortunately, this doesn't work because I mistakenly thought gatsby was using the config package to pull in the config.toml. Is a project's config.toml already available to the gatsby cli context somewhere?

Use linkPrefix for publicPath when set
Fixes gatsbyjs#392
@KyleAMathews
Copy link
Contributor

Hmm... yeah, another indication that config.toml was a bad idea. My plan is to switch things over to a gatsby.config.js soonish anyways as we'll need that for theme/plugin support so perhaps shelf this until then?

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 this pull request may close these issues.

Webpack publicPath is not set during build-javascript stage
2 participants