My $0.02, I think it would be nice to leverage the extensive list of libraries already packaged at http://www.webjars.org as well as use that as a model for packaging new libraries on clojars. This requires using something like a library.edn file or just the project.clj file to specify what should get pulled in as part of the library. For example, here is the project.clj file I used in my proof of concept code-mirror wrapper to include support for Clojure mode and paren matching: https://github.com/pbostrom/om-codemirror/blob/master/project.clj
In any case, any potential solution will probably have to ride the coattails of a popular library before it gains any traction. -- 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.
