mape / node-express-boilerplate

A boilerplate to quickly get projects going. It gives the developer a clean slate to start with while bundling enough useful features.
MIT License
846 stars 119 forks source link

Static files #4

Closed cdeutsch closed 13 years ago

cdeutsch commented 13 years ago

How do you configure this to server static files?

I want to server modernizr seperate from the rest of the combined javascript and it keeps returning the index.ejs if I try access the public/js directory

cdeutsch commented 13 years ago

Nevermind. Looks like I was trying to use /public/css/site.css instead of css/site.css

I swear I tried that but must have screwed something else up when I did. Case closed.