cljsjs

asolovyov 2016-03-11T08:11:25.000350Z

that doesn't seem like a channel where people talk much... I'll try to ask anyway I wonder if some package in cljsjs is not minified, is it possible to minify it when I depend on a package?

martinklepsch 2016-03-11T08:17:42.000351Z

@asolovyov: some packages minify during build, if no minimized source is provided.

martinklepsch 2016-03-11T08:18:14.000352Z

Generally CLJSJS packages should have minified source if possible

asolovyov 2016-03-11T08:25:13.000353Z

@martinklepsch: https://github.com/cljsjs/packages/blob/master/react-input-mask/build.boot - this one doesn't seem to have it

asolovyov 2016-03-11T08:26:09.000355Z

is there an example how do I add minification?

asolovyov 2016-03-11T08:26:44.000356Z

ah

asolovyov 2016-03-11T08:26:54.000357Z

I found it, "minify" task

asolovyov 2016-03-11T08:26:58.000358Z

I'll submit an update then

martinklepsch 2016-03-11T08:32:25.000359Z

@asolovyov: Sounds good, not sure if there is/should be a hard requirement for this...

asolovyov 2016-03-11T08:34:32.000360Z

not sure as well, but google pagespeed insights complained on my production js being not minified completely and it turned out react-input-mask is an offender :simple_smile: