runk / connect-jade-static

Connect (ExpressJS) middleware for serving jade files as static html
8 stars 6 forks source link

Feature request - index.jade #11

Open jantimon opened 9 years ago

jantimon commented 9 years ago

Hi,

what do you think of this feature? http://0.0.0.0:123/test/ should deliver the same result as http://0.0.0.0:123/test/index.html if a index.jade template exists

I would write a pull request if you like

runk commented 9 years ago

I think it should be optional - feel free to craft a PR if you need it :+1:

jantimon commented 9 years ago

PR added - what do you think?