m2node
m2node copied to clipboard
Static File Issue
When I have static files (.css and .js) being served from express, the client (browser) is receiving files with http header information. Seems that the output buffer is the size of the file, however it starts with the header information and then the file contents. Thus, the end of each file is missing several lines. For now, I'm going to serve those files as a mongrel2 'Dir', however this stops me from using a .css pre-processor.
Thanks for the bug report -- I'll look into this.