Enhancing :libs support was pretty finicky work so I'm not particularly
surprised by the regression. Looking into it. In the meantime you don't
need specify each library, `:libs ["lib"]` should suffice.

David

On Mon, May 11, 2015 at 1:10 AM, Ruslan Prokopchuk <[email protected]>
wrote:

> With 3269 I have the following error:
>
> java.lang.IllegalArgumentException:
> /home/ul/Projects/project1/lib/transformflatgeom.js is not a relative path
>  at clojure.java.io$as_relative_path.invoke (io.clj:405)
>
> config is:
>
> :compiler     {
> :output-to      "resources/public/js/dev.js"
> :output-dir     "resources/public/js/dev"
> :source-map     "resources/public/js/dev.js.map"
> :libs           ["lib/simplegeometry.js" "lib/transformflatgeom.js"
>                  "lib/scaleinteraction.js" "lib/translateinteraction.js"]
> :cache-analysis true
> :optimizations  :none
> :pretty-print   true}
>
> --
> Note that posts from new members are moderated - please be patient with
> your first post.
> ---
> You received this message because you are subscribed to the Google Groups
> "ClojureScript" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/clojurescript.
>

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to