rudolf / webapp-boilerplate

Boilerplate for web applications with a Node, Express, MongoDB backend and Backbone Marionette, Jade, Require.js frontend
27 stars 14 forks source link

Incorrect stylesheet name on index.html #1

Open anashaka opened 11 years ago

anashaka commented 11 years ago

should be style.css or rename style.styl to main.styl

rudolf commented 11 years ago

Hi,

Yes you're right, index.html includes a stylesheet that doesn't exist. Adding stylus css-preprocessor support is on my todo list, but thanks for reminding me.

In the meantime feel free to create a pull request.