m2node icon indicating copy to clipboard operation
m2node copied to clipboard

Static File Issue

Open jonni83 opened this issue 13 years ago • 1 comments

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.

jonni83 avatar Sep 28 '12 02:09 jonni83

Thanks for the bug report -- I'll look into this.

dan-manges avatar Sep 28 '12 02:09 dan-manges