craigspaeth / nap

Compile, manage, & package stylesheets, javascripts, and javascript templates for node.js
MIT License
122 stars 33 forks source link

Make it work on windows #26

Closed mekwall closed 12 years ago

mekwall commented 12 years ago

Made a couple of changes that made it work for me on both Windows and Linux.

I also replaced the if-elseif statements with a switch to check the extension in the middleware and removed the question-mark at the gzip error logger since that made it output at all times.

craigspaeth commented 12 years ago

Awesome! Looks good, thanks :)