tikitu / jsmin

Javascript minifier
MIT License
90 stars 17 forks source link

Preserve copyright notices #13

Closed moggers87 closed 8 years ago

moggers87 commented 8 years ago

Preserve copyright notices in "loud" comments as used by projects such as jQuery.

tikitu commented 8 years ago

Thanks for the contribution! Comment-skipping has been such a minefield in the past, I've become a bit paranoid about it... I'd like to see if I can find any nasty edge cases to test, before merging this. I should be able to do that and get a release together by the end of the weekend.

moggers87 commented 8 years ago

You're right - I have assumed that these types comments will be at the beginning of a file. I'll add a few more test cases myself tonight/tomorrow.