nomeata / gipeda

Git Performance Dashboard
MIT License
79 stars 26 forks source link

"need" for log2csv #18

Closed kolmodin closed 9 years ago

kolmodin commented 9 years ago

When I change the log2csv file, gipeda does not rebuild the site. Is this intentional?

I'm adding some code so that log2csv uses more data from the logs. It'd be nice if gipeda noticed the change and rebuilt the site accordingly.

Looks like shake has a function need which can make targets rebuild if the deps have changed.

nomeata commented 9 years ago

When I change the log2csv file, gipeda does not rebuild the site. Is this intentional?

yes; you don’t want to recalculate everything while experimenting with this script. One can simply run rm site/out/results/* to trigger this.

kolmodin commented 9 years ago

OK, thanks.