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

Blank screen #105

Closed
yaronyg opened this issue Jan 11, 2016 · 4 comments
Closed

Blank screen #105

yaronyg opened this issue Jan 11, 2016 · 4 comments

Comments

@yaronyg
Copy link

yaronyg commented Jan 11, 2016

I just followed the instructions, e.g. installed -g and ran burnchart 8080. When I open at localhost:8080 or 128.0.0.1:8080 I just get a blank screen. The source of the screen is:

<!DOCTYPE html>
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
  <link rel="stylesheet" type="text/css" href="css/app.bundle.css">
</head>
<body>
  <script src="js/app.bundle.js"></script>
</body>
</html>

I tried this on both Windows and Mac and got the same results.

radekstepan added a commit that referenced this issue Jan 11, 2016
@radekstepan
Copy link
Owner

Hi, haven't been keeping unminified versions of the app in the source, it should work now.

@radekstepan
Copy link
Owner

Published on NPM now as well.

@yaronyg
Copy link
Author

yaronyg commented Jan 11, 2016

That last part about publishing to NPM really helped the most. :)

Now if I can just figure out how to get it to make an estimate using the sizing. I put in labels, estimate - 2, estimate - 10, estimate -10. I changed the size_label to /^estimate - (\d+)$/ and I changed points to 'LABELS'. But http://127.0.0.1:8080/#thaliproject/Thali_CordovaPlugin/7 (which is a public project) shows nothing. I'm guessing this is because we haven't actually closed any issues yet for the milestone I'm looking at. But i was at least hoping it would give me something like "X points remaining".

@radekstepan
Copy link
Owner

That's a good idea about showing points remaining, currently the info section is a bit sparse if there is no activity for a project.

For the completed milestones it should show something like this:
thaliproject thali_cordovaplugin

@yaronyg yaronyg closed this as completed Jan 12, 2016
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

No branches or pull requests

2 participants