Fork me on GitHub
#cljsjs
<
2017-01-24
>
anmonteiro18:01:32

@juhoteperi the deps.cljs file for clipboard.js doesn't have a :file-min entry

anmonteiro18:01:44

this is causing our production build to include a non-minified version of clipboard

anmonteiro18:01:05

(the minified file is in the JAR, just not referenced from deps.cljs)

anmonteiro18:01:12

has this happened to you before?

martinklepsch18:01:46

@anmonteiro important bit is the file extension

anmonteiro18:01:08

there was a .min.js

anmonteiro18:01:22

it was put in a development folder instead of a production folder

martinklepsch18:01:28

should be inc.min.js or min.inc.js (not sure which right now)

anmonteiro18:01:42

oh. it's the extension, got it

martinklepsch18:01:44

@anmonteiro does it show up in deps.cljs with your change?

anmonteiro18:01:55

I edited in GitHub because I'm lazy 😄

anmonteiro18:01:00

going to properly clone the repo

martinklepsch18:01:19

gotta sleep 👋

juhoteperi18:01:43

.min.inc.js is the correct extension

anmonteiro18:01:10

@juhoteperi thanks. I'm working on a proper PR locally now, closing that one