You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.
Maybe I'm doing things wrong, but the dist folder only includes the generated javascript, since we re-use everything else (css, webfonts) as-is.
What I want is a structure that:
Keeps generated artifacts out of master
Works seamlessly with Webpack's hot module reloading
If the gh-pages NPM package is a better way to get us there, please do submit a PR. ;) Whatever we do should be sufficiently foolproof so that you only push things to gh-pages that have also made it into master on github.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there a reason why we're not using something like the gh-pages utility instead of the long amount of commands described in the README? As in here:
this creates a new commit in the gh-pages branch with the content of the
dist
directory.I can send a PR with this new package.json command if that sounds OK
The text was updated successfully, but these errors were encountered: