argonlaser / badgeit-front

Front service for badgeit
http://badgeit.today/
MIT License
0 stars 1 forks source link

Serve static css and js pages #9

Closed scriptnull closed 7 years ago

scriptnull commented 7 years ago

We need a way to serve css and clientside js files. We also need to get proper tooling for this in place such as minification, concatenation etc. I think we might need to use gulp plugins to establish the tooling part

scriptnull commented 7 years ago

We consciously need a way to serve static png images also. As i said before we need to use a middleware that can serve all the files directly from a public folder

argonlaser commented 7 years ago

Used inert and served all static contents and resources inside views folder.