dist on Github does not work
See original GitHub issueThe two files moon.js
and moon.min.js
here, for some reasons, does not work with this example:
<div id="app1">
<p>{{msg}}</p>
</div>
<script src="moon.min.js"></script>
<script>
const app1 = new Moon({
el: "#app1",
data: {
msg: "Hello Moon!"
}
});
</script>
The file from unpkg works.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Deploy to `gh-pages` from a `dist` folder on the ... - gists · GitHub
We aren't done just yet. Now go to your repository in GitHub. Go to Settings. Go to Pages. Under the Source section you...
Read more >host github pages from /dist folder in master branch
I was trying to publish my -username-. github.io repository to github pages but my index. html is inside dist folder. I cannot use...
Read more >gh-pages - npm
By default, gh-pages assumes that the current working directory is a git repository, and that you want to push changes to the origin...
Read more >Deploy to Github Pages like a pro with Github Actions
In vue, that directory in named dist , in react is named build . git checkout --orphan gh-pages Docs; npm run build; git...
Read more >How To Deploy Your Vue App to GitHub Pages - LearnVue
Make sure that dist is not included in your .gitignore file! Step 4. Run git subtree push --prefix dist origin gh-pages. This step...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@kbrsh So… when is v1 coming…? 😃
@buckle2000 @stephen-goveia v1 is released! 🎉