FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.44k stars 637 forks source link

Fresh clone of ungit does not work in browser #97

Closed gausie closed 11 years ago

gausie commented 11 years ago

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 commented 11 years ago

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 commented 11 years ago

Never used grunt, whoops