if (hint(source, 'moment')) {
minifyToFile(source, 'moment', MINIFY_COMMENT);
}
+ gzip(source, function(err, data) {
+ console.log('size : ./moment.js ' + source.length + ' b (' + data.length + ' b)');
+ });
})();
\ No newline at end of file
<a name="/get-it/github"></a>
<h2>Github</h2>
<p>
- <a href="http://github.com/timrwood/moment/moment.js">Development Version (1.0.0)</a> 20k Source + Comments
+ <a href="http://github.com/timrwood/moment/moment.js">Development Version (1.0.0)</a> 16k Source + Comments
</p>
<p>
<a href="http://github.com/timrwood/moment/moment.min.js">Production Version (1.0.0)</a> 2.2k Minified + Gzipped.