Minify dist file
ericmdantas opened this issue · 5 comments
ericmdantas commented
Is there any specific reason not to minify dist/datime.js
?
If you guys want it, I can send a PR to do it.
Great module, by the way.
eight04 commented
I think it's not that necessary to minify them because most of the developers have their own build tool, which not only minify js but concat each modules into one js file.
ericmdantas commented
Well, we could have both files, actually. A minified and a not minified one - which is pretty common.
But that's up to you.
eight04 commented
It is good to have both 👍
ericmdantas commented
I'll send a PR soon.
eight04 commented
Fixed in 5.2.0.