den1k / re-frame-utils

Re-frame extensions
MIT License
61 stars 19 forks source link

Exclude test artifacts from JAR #5 #8

Open eerohele opened 5 years ago

eerohele commented 5 years ago

The "resources" directory is in the classpath by default. That means it ends up in the JAR file Leiningen creates.

Leiningen deletes everything in the "target" directory when it creates the JAR file, so it's safe to put the test artifacts there.

eerohele commented 4 years ago

In case someone else needs this fix, I've pushed me.flowthing/re-frame-utils {:mvn/version "0.1.1"}, which contains this fix, as well as some dependency updates.