Howdy, I’m using leiningen to build my Clojure/ClojureScript project. I’d like to use a macro from my ClojureScript code to read in some SVG files at build time, but I don’t want to put the SVG files into the “main” resources directory, because this is used by the Clojure portion of the project, and the SVG files are only relevant to the ClojureScript portion.
Is there a way to add a resources directory that is specific to my cljsbuild configuration, so that the macro can read the SVG files? e -- 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.
