Re: ANN: ClojureScript 0.0-2719, JavaScript Dependencies

2015-01-26 Thread Daniel
Extremely happy to see you promoting cljsjs as a community solution for something equivalent to clojars. On Sunday, January 25, 2015 at 1:42:54 PM UTC-6, David Nolen wrote: > > I strongly recommend the Clojure(Script) community join forces when > packaging libraries to avoid duplicated effort an

Re: [ClojureScript] ANN: ClojureScript 0.0-2719, JavaScript Dependencies

2015-01-26 Thread David Nolen
On Mon, Jan 26, 2015 at 3:08 AM, Laurent PETIT wrote: > Yet ? Right if Webjars was open to including the necessary information that would be great. I suspect this will be challenging since Webjars has chosen RequireJS as the runtime loading mechanism whereas deps.cljs provides Google Closure ru

Re: [ClojureScript] ANN: ClojureScript 0.0-2719, JavaScript Dependencies

2015-01-26 Thread Laurent PETIT
Yet ? Le lundi 26 janvier 2015, David Nolen a écrit : > Webjars doesn't package JS libs in a useful way for ClojureScript. > > On Sunday, January 25, 2015, Ivan L > wrote: > >> To this end I would hope everyone takes a look at using webjars.org as >> their source for frontend libraries. imo, i

Re: ANN: ClojureScript 0.0-2719, JavaScript Dependencies

2015-01-25 Thread David Nolen
Webjars doesn't package JS libs in a useful way for ClojureScript. On Sunday, January 25, 2015, Ivan L wrote: > To this end I would hope everyone takes a look at using webjars.org as > their source for frontend libraries. imo, it's a way forward to dep mgmt > outside of bower/npm/node etc. > >

Re: ANN: ClojureScript 0.0-2719, JavaScript Dependencies

2015-01-25 Thread Ivan L
To this end I would hope everyone takes a look at using webjars.org as their source for frontend libraries. imo, it's a way forward to dep mgmt outside of bower/npm/node etc. On Sunday, January 25, 2015 at 2:42:54 PM UTC-5, David Nolen wrote: > > I strongly recommend the Clojure(Script) communi

Re: ANN: ClojureScript 0.0-2719, JavaScript Dependencies

2015-01-25 Thread David Nolen
On Sun, Jan 25, 2015 at 5:40 PM, Vladimir Bokov wrote: > I saw this initiative, but I hardly imagine a Github repo/organisation > managing the whole infrastructure. As you said: we have clojars and maven. > For the most popular libraries having a curated set is going to be important - Maven knob

Re: ANN: ClojureScript 0.0-2719, JavaScript Dependencies

2015-01-25 Thread Vladimir Bokov
I saw this initiative, but I hardly imagine a Github repo/organisation managing the whole infrastructure. As you said: we have clojars and maven. Besides, they offer a naming convention and versioning policy, which I fully agree with, but I see no need to use 'boot-cljsjs' to follow them. After

Re: ANN: ClojureScript 0.0-2719, JavaScript Dependencies

2015-01-25 Thread David Nolen
I strongly recommend the Clojure(Script) community join forces when packaging libraries to avoid duplicated effort and dependency conflicts. CLJSJS seems like a good initiative to me along these lines: http://cljsjs.github.io David On Sun, Jan 25, 2015 at 1:49 PM, Vladimir Bokov wrote: > Thank

Re: ANN: ClojureScript 0.0-2719, JavaScript Dependencies

2015-01-25 Thread Vladimir Bokov
Thanks David! I also already packaged https://github.com/razum2um/jquery-cljs using your react repo as example суббота, 24 января 2015 г., 21:10:29 UTC+6 пользователь David Nolen написал: > > ClojureScript, the Clojure compiler that emits JavaScript source code. > > README and source code: https

Re: ANN: ClojureScript 0.0-2719, JavaScript Dependencies

2015-01-24 Thread David Nolen
Just cut 0.0-2727 to fix an issue around the new :main support. ClojureScript now supports an :asset-path option to control how the :main script imports other scripts in order to respect whatever asset configuration you may have set up for your web server. David On Sat, Jan 24, 2015 at 4:22 PM, D

Re: ANN: ClojureScript 0.0-2719, JavaScript Dependencies

2015-01-24 Thread David Nolen
And just cut 0.0-2725 to address a Node.js target support regression. David On Sat, Jan 24, 2015 at 10:10 AM, David Nolen wrote: > ClojureScript, the Clojure compiler that emits JavaScript source code. > > README and source code: https://github.com/clojure/clojurescript > > New release version:

Re: ANN: ClojureScript 0.0-2719, JavaScript Dependencies

2015-01-24 Thread David Nolen
I just cut 0.0-2723. The significant change is an often requested feature - that script inclusion for :none be the same as other build settings. This is finally supported if you provide a :main entry specifying a namespace. {:main hello-world.core :output-to "hello_world.js" :output-dir "out" :

Re: ANN: ClojureScript 0.0-2719, JavaScript Dependencies

2015-01-24 Thread David Nolen
Some further explanation on packaging JavaScript libraries for ClojureScript consumption https://github.com/clojure/clojurescript/wiki/Foreign-Dependencies On Sat, Jan 24, 2015 at 10:10 AM, David Nolen wrote: > ClojureScript, the Clojure compiler that emits JavaScript source code. > > README and

Re: [ClojureScript] ANN: ClojureScript 0.0-2719, JavaScript Dependencies

2015-01-24 Thread Moritz Ulrich
David Nolen writes: > ClojureScript, the Clojure compiler that emits JavaScript source code. > > README and source code: https://github.com/clojure/clojurescript > > New release version: 0.0-2719 > > Leiningen dependency information: > > [org.clojure/clojurescript "0.0-2719"] > > ClojureScrip

Re: [ClojureScript] Re: ANN: ClojureScript 0.0-2719, JavaScript Dependencies

2015-01-24 Thread Daniel Kersten
Thanks David for your continued hard work - another fantastic release. This looks really good and solves real problems. On Sat, 24 Jan 2015 16:09 David Nolen wrote: > On Sat, Jan 24, 2015 at 11:01 AM, Khalid Jebbari > wrote: > >> A question (maybe stupid/obvious) : why do you need to declare th

Re: ANN: ClojureScript 0.0-2719, JavaScript Dependencies

2015-01-24 Thread Bruce Hauman
Great stuff! This will smooth things out quite a bit. I spent far too much time just yesterday trying to get an advanced build working right. Thanks! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@goo

Re: ANN: ClojureScript 0.0-2719, JavaScript Dependencies

2015-01-24 Thread Martin Klepsch
David, thanks for making those improvements to Clojurescript, they'll make things a lot easier in the future. In the realm of Boot we started working on CLJSJS as an effort to package up and ship popular Javascript libraries for use in Clojurescript [1]. While these packages have only been compa

Re: ANN: ClojureScript 0.0-2719, JavaScript Dependencies

2015-01-24 Thread David Nolen
On Sat, Jan 24, 2015 at 11:01 AM, Khalid Jebbari wrote: > A question (maybe stupid/obvious) : why do you need to declare the "min" > version of js lib ? The normal version + the extern file is all that's > needed to compress the file with the Closure Compiler, no ? > Declaring the minified versi

Re: ANN: ClojureScript 0.0-2719, JavaScript Dependencies

2015-01-24 Thread Khalid Jebbari
A question (maybe stupid/obvious) : why do you need to declare the "min" version of js lib ? The normal version + the extern file is all that's needed to compress the file with the Closure Compiler, no ? Thanks by way, this means moving towards better integration with (the jungle that is) the j

Re: [ClojureScript] Re: ANN: ClojureScript 0.0-2719, JavaScript Dependencies

2015-01-24 Thread David Nolen
On Sat, Jan 24, 2015 at 10:43 AM, Martin Klepsch < martinklep...@googlemail.com> wrote: > A general question/concern I'd like to voice in that context is that > this change makes it hard to split JS preamble from our compiled > Clojurescript. Given that the Clojurescript code might change on a >

ANN: ClojureScript 0.0-2719, JavaScript Dependencies

2015-01-24 Thread David Nolen
ClojureScript, the Clojure compiler that emits JavaScript source code. README and source code: https://github.com/clojure/clojurescript New release version: 0.0-2719 Leiningen dependency information: [org.clojure/clojurescript "0.0-2719"] ClojureScript is not an island, like Clojure on the