Re: [ClojureScript] Re: package moment.js for clojars

2014-08-06 Thread Gary Trakhman
nice! good to know about this. On Wed, Aug 6, 2014 at 11:32 AM, Ivan L wrote: > Tangential, if you only need a copy of a the file itself, I recommend > webjars > > http://www.webjars.org/ > [org.webjars/momentjs "2.8.1"] > > -- > Note that posts from new members are moderated - please be patien

[ClojureScript] Re: package moment.js for clojars

2014-08-06 Thread Ivan L
Tangential, if you only need a copy of a the file itself, I recommend webjars http://www.webjars.org/ [org.webjars/momentjs "2.8.1"] -- 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 Googl

Re: [ClojureScript] Re: package moment.js for clojars

2014-08-04 Thread Paul Butcher
Something else that you might find useful is this: http://swannodette.github.io/2014/03/14/externs-got-you-down/ Which will enable you to use the .js file itself as its own externs file, rather than having to create one yourself. -- paul.butcher->msgCount++ Silverstone, Brands Hatch, Donington

Re: [ClojureScript] Re: package moment.js for clojars

2014-08-04 Thread Eduard Bondarenko
Hello Paul, Take a look at dnolen's react package - https://github.com/swannodette/react-cljs Best regards, Eduard On Mon, Aug 4, 2014 at 2:25 PM, Paul Cowan wrote: > I have created this https://clojars.org/com.momentjs/moment package but I am > struggling to find documentation/examples on wh

[ClojureScript] Re: package moment.js for clojars

2014-08-04 Thread Paul Cowan
I have created this https://clojars.org/com.momentjs/moment package but I am struggling to find documentation/examples on what exactly the preamble key does or how I should reference this in my project. -- Note that posts from new members are moderated - please be patient with your first post.