[ClojureScript] Re: ANN: ClojureScript 1.9.854

2017-07-31 Thread marcs . pompili
Great release, nice to see npm support more stable now, just started testing, seems fine for now. Il giorno venerdì 28 luglio 2017 23:54:42 UTC+2, David Nolen ha scritto: > > ClojureScript, the Clojure compiler that emits JavaScript source code. > > README and source code:

[ClojureScript] Error with :npm-deps compiler option on windows

2017-04-21 Thread marcs . pompili
I'm trying to use the new feature for using node packages on cljs on Windows 10. I'm doing a test using the mies template and cljs version 1.9.521 my project.clj file (using cljs source from master): ```clojure (defproject npmtest "0.1.0-SNAPSHOT" :description "FIXME: write this!" :url