webuildsg / data

:chart: Data and graphs for repos and events from We Build SG
https://data.webuild.sg
MIT License
16 stars 7 forks source link

Icons not included in repo #34

Closed cheeaun closed 8 years ago

cheeaun commented 8 years ago

I tried running npm run build but getting an error when jade-ing the files:

Error: views\partials\graph-list.jade:5
    3|     a(href="/dataset/repos-per-week")
    4|       span
  > 5|         include ../icons/chart.jade
    6|       p.graph-name repos per week
    7|   li(class="searchable", data-index="events meetup week weeks")
    8|     a(href="/dataset/events-per-week")

ENOENT: no such file or directory

It looks like the icon files are not included in the repo?

sayanee commented 8 years ago

so wierd... the icons folder is in the views folder and i didn't even .gitignore it :sob:

let me investigate and push it in!

image

cheeaun commented 8 years ago

:+1: