Fork me on GitHub
#leiningen
<
2017-04-05
>
danielcompton02:04:58

@madstap Clojure will look for a platform specific file first, then fall back to looking for cljc

danielgrosse11:04:56

Does lein-cljsbuild support the npm-deps parameter?

lboliveira19:04:52

Hello! What is the right way to add a .ebextensions directory into a jar that was generated by the lein jar command?

lboliveira21:04:00

is weird that

:filespecs [{:type :bytes :path “aws/.ebextensions/limits.config"
               :bytes ~(slurp "aws/.ebextensions/limits.config")}]

works creating the file in jar but
:filespecs [{:type :bytes :path ".ebextensions/limits.config"
               :bytes ~(slurp "aws/.ebextensions/limits.config")}]

does not.