briancherne / jquery-hoverIntent

hoverIntent jQuery Plug-in
https://briancherne.github.io/jquery-hoverIntent/
MIT License
826 stars 253 forks source link

Minified Header Comment Length #3

Closed patheard closed 11 years ago

patheard commented 11 years ago

I've been using your excellent plugin for years now and had a question about the header comment. The latest release has a section that reads:

You may use hoverIntent under the terms of the MIT license. Basically that means you are free to use hoverIntent as long as this header is left intact.

Is there any chance you could come up with a shorter version for the minified code? Something like:

/*!
 * hoverIntent r7 // 2013.03.11 // jQuery 1.9.1+
 * http://cherne.net/brian/resources/jquery.hoverIntent.html
 *
 * You may use hoverIntent under the terms of the MIT license. 
 * Copyright 2007, 2013 Brian Cherne
 **/

I'm all for well documented code, but people aren't going to be looking for user docs in a minified version of the code and the above change would cut your minified file size down by almost half.

patheard commented 11 years ago

Thanks @briancherne.