Fork me on GitHub
#cljsjs
<
2016-03-11
>
asolovyov08:03:25

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?

martinklepsch08:03:42

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

martinklepsch08:03:14

Generally CLJSJS packages should have minified source if possible

asolovyov08:03:09

is there an example how do I add minification?

asolovyov08:03:54

I found it, "minify" task

asolovyov08:03:58

I'll submit an update then

martinklepsch08:03:25

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

asolovyov08:03:32

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