Fork me on GitHub
#aws
<
2017-04-06
>
timgilbert13:04:45

@lboliveira: if you put your directory inside the resources directory of your project, it will be copied into the jar

lboliveira14:04:17

@timgilbert every directory that starts with . will be ignored. I reached technomancy on irc yesterday. He confirmed it. He was very nice to release a patch to fix that behavior. https://github.com/technomancy/leiningen/commit/9e45977a4a2764f02a4f68b7ba2492ec210b78bb . Now we should use :jar-inclusions [“^\.ebextensions”] to allow this directory to be copied.

timgilbert14:04:46

Hmm, interesting

timgilbert14:04:29

Oh, yeah, I just realized actually that I put my .ebextensions in our application bundle (zip file), which includes the .jar file inside of it

lboliveira14:04:01

Now we can use only the jar

lboliveira14:04:11

I don’t know if it is good