jakubpawlowicz / assets-packager

Assets pipeline for ultra fast CSS and JavaScript packaging.
MIT License
44 stars 9 forks source link

Switch to uglify-js2 #15

Closed XhmikosR closed 10 years ago

johnvuko commented 11 years ago

I have almost done, i just have a problem with a test with the lineBreakAt options. I think it might be a regression on uglify-js2, i opened a ticket, i'm waiting...

GoalSmashers commented 11 years ago

Great! Please keep us updated.

GoalSmashers commented 10 years ago

@jonathantribouharet seems like there are no news on the issue your reported upstream: https://github.com/mishoo/UglifyJS2/issues/304

GoalSmashers commented 10 years ago

Fixed in 6962e4a89252a7a9f61abf591b3393e4f95aa9d8

Line breaks are "emulated" using max_line_len option as width option is not handled properly.

XhmikosR commented 10 years ago

Thanks! I'll check it out with the next npm package :+1: