aweary / microbe.js

A small, easy to use Node.js framework written in ES6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make public/views folders optional

aweary opened this issue · comments

Some users may not want to render any views or serve static assets (for example, a REST API) so Microbe shouldn't fail if those folders don't exist

Microbe will not throw an error if the public folder is missing as of 683abeb