jalmenarez / minify

Automatically exported from code.google.com/p/minify
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Minifiers should convert to Unix newlines and limit line lengths #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Extreme line lengths can cause problems in some systems and, if we 
converted all html/css/js files to Unix newlines, we could not only save 
bytes in some cases, but also substite "\n" for " " in some replacements 
without gaining bytes.

Original issue reported on code.google.com by mrclay....@gmail.com on 13 Aug 2008 at 2:21

GoogleCodeExporter commented 9 years ago
Done in R171!

Original comment by mrclay....@gmail.com on 14 Aug 2008 at 6:21