malsup / cycle2

2nd gen cycling
899 stars 236 forks source link

Version dates of minified plugins don't match dates of source versions #622

Open benebun opened 9 years ago

benebun commented 9 years ago

The minified plugins have a different version date from the source versions: E.g. the carousel plugin: v20141007 http://malsup.github.io/min/jquery.cycle2.carousel.min.js vs. v20130528 http://malsup.github.io/jquery.cycle2.carousel.js Swipe plugin: v20141007 http://malsup.github.io/min/jquery.cycle2.swipe.min.js v20121120 http://malsup.github.io/jquery.cycle2.swipe.js

Is the version mismatch maybe just because of an automatic update of the date at the time of the minification or are the contents actually different?

malsup commented 9 years ago

Yes, those dates are generated during manification. The contents should be equivalent between the min and non-min versions.

On Fri, Nov 14, 2014 at 11:27 AM, Benedikt Breinbauer < notifications@github.com> wrote:

The minified plugins have a different version date from the source versions: E.g. the carousel plugin: v20141007 http://malsup.github.io/min/jquery.cycle2.carousel.min.js vs. v20130528 http://malsup.github.io/jquery.cycle2.carousel.js Swipe plugin: v20141007 http://malsup.github.io/min/jquery.cycle2.swipe.min.js v20121120 http://malsup.github.io/jquery.cycle2.swipe.js

Is the version mismatch maybe just because of an automatic update of the date at the time of the minification or are the contents actually different?

— Reply to this email directly or view it on GitHub https://github.com/malsup/cycle2/issues/622.