JohnMcLear / draw

A real time collaborative drawing tool using nodejs, socket.io & paper.js
Apache License 2.0
482 stars 158 forks source link

Deliver minified JS for performance #15

Open JohnMcLear opened 11 years ago

JohnMcLear commented 11 years ago

Now the CSS and JS is clean, why not deliver minified JS? Also why not deliver CSS inline with HTML to save the HTTP request?

ooxi commented 11 years ago

I agree with serving minified & combined CSS and JavaScript resources, while I disagree with serving inline CSS: