vifactor / repostat

Inspired by gitstats project: git repository desktop analyzer
GNU General Public License v3.0
106 stars 13 forks source link

Graphs is missing #199

Closed gandadil closed 3 years ago

gandadil commented 3 years ago

I have installed repostat with "pip3 install repostat-app" inside a virtualenv. Just run without any errors but the directory have just html and js files. There is no graphics or CSS, like you can see below. The repostat version is 2.2.0

image image

pulkomandy commented 3 years ago

Is this with or without the --copy-assets option? Can you check the path to the assets (css and js files) in the generated html? By default without --copy-assets it should refer to the data where pip installed it. With --copy-assets the css and js files are instead copied next to the html files, so it's easier to share the resulting page (put it on a webserver for example).

gandadil commented 3 years ago

I miss this parameter. Just put now and resolved the problem. Thank you!