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

Fresh clone of ungit does not work in browser #97

Closed
gausie opened this issue Aug 21, 2013 · 2 comments
Closed

Fresh clone of ungit does not work in browser #97

gausie opened this issue Aug 21, 2013 · 2 comments

Comments

@gausie
Copy link

gausie commented Aug 21, 2013

When I run bin/ungit from a fresh clone, the page that is loaded renders blank and on console inspection various files are 404ing (ungit.js, styles.css etc). Files within /public are accessible but the files that are injected by express (or similar) are not present.

@FredrikNoren
Copy link
Owner

You need to first run "npm install" to install dev dependencies, then "grunt" to build concatanated files and compile less. The grunt cli can be installed by "npm install -g grunt-cli". Re-open if that doesn't help

@gausie
Copy link
Author

gausie commented Aug 24, 2013

Never used grunt, whoops

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