question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

dist on Github does not work

See original GitHub issue

The 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:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
stephen-goveiacommented, Mar 21, 2018

@kbrsh So… when is v1 coming…? 😃

0reactions
kbrshcommented, Jul 19, 2018

@buckle2000 @stephen-goveia v1 is released! 🎉

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found