Re: Fast path to having fun with ClojureScript

2013-10-28 Thread Deniz Kurucu
Haven't tested source maps before, works perfectly ! On Mon, Oct 28, 2013 at 6:25 AM, David Nolen wrote: > Given the source map improvements to ClojureScript, now is a good time to > present a newbie friendly guide to hacking with ClojureScript. Emphasis on > no fuss and getting as quickly as p

Re: [ClojureScript] [ANN] cljs-start with batteries included

2013-11-01 Thread Deniz Kurucu
Hi, It doesn't work for me : lein new cljs-start battery-cljs Retrieving cljs-start/lein-template/0.0.1-SNAPSHOT/lein-template-0.0.1-20131101.074510-2.pom from clojars Retrieving cljs-start/lein-template/0.0.1/lein-template-0.0.1.pom from clojars Retrieving cljs-start/lein-template/0.1.0-SNAPSHO

[ANN] fsrun : file change notifier high order lein task

2013-11-24 Thread Deniz Kurucu
fsrun is a simple high order lein task that run some other tasks when a file modification occurs. Originally, i wanted to run my clojurescript tests automatically and created fsrun. It is my first clojure project, so please keep that in mind :) github : https://github.com/makkalot/fsrun Thanks.

Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-25 Thread Deniz Kurucu
Hi, When i run lein new cljs-start wonderful-lib I'm getting that error and nothing is created. Generating fresh 'lein new' cljs-start project. Template resource 'leiningen/new/cljs_start/README.MD' not found. Thanks. On Mon, Nov 25, 2013 at 4:24 PM, Mimmo Cosenza wrote: > > On Nov 25, 2013

Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-25 Thread Deniz Kurucu
in to create the project with > > lein new cljs-start yourlibname > > LTM if it works. > > mimmo > > > On Nov 25, 2013, at 4:06 PM, Deniz Kurucu wrote: > > Hi, > > When i run lein new cljs-start wonderful-lib > > I'm getting that error and noth

Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-25 Thread Deniz Kurucu
nrad-garus/cljs-kickoff > Yes, that one works. > > thanks > > mimmo > > Thanks. > On Nov 25, 2013, at 6:02 PM, Deniz Kurucu wrote: > > > Hi, > > both didn't work. Any other ideas ? > > lein new cljs-start coolappp > > Generating fresh &#

Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-26 Thread Deniz Kurucu
Thanks, that worked ! On Tue, Nov 26, 2013 at 1:15 AM, Mimmo Cosenza wrote: > you need to upgrade to leiningen >= 2.2.0 > > lein upgrade # from the terminal > > > On Nov 25, 2013, at 8:18 PM, Deniz Kurucu wrote: > > > > > On Mon, Nov 25, 2013 at 8:59 PM

Re: [ANN] fsrun : file change notifier high order lein task

2013-11-26 Thread Deniz Kurucu
;0.1.0-SNAPSHOT" > ; licenses, description, url > :dependencies [[org.clojure/clojure "1.5.1"]] > :plugins [[fsrun "0.1.0"]] > ; etc etc etc > ) > > Am I doing something wrong? My network is OK and I'm not using any proxy. > > Thank you > >

Re: [ANN] fsrun : file change notifier high order lein task

2013-11-27 Thread Deniz Kurucu
Thanks! On Wed, Nov 27, 2013 at 10:31 AM, Mimmo Cosenza wrote: > in the mean time you can clone the repo, cd into it and > > lein install # from the terminal > > mimmo > > On Nov 27, 2013, at 8:00 AM, Deniz Kurucu wrote: > > Ah yes, sorry it is not on clojars yet.

Re: [ANN] fsrun : file change notifier high order lein task

2013-11-27 Thread Deniz Kurucu
you push it to Clojars. I want to try > it out, but not enough to clone the repo and manually install it. > > Since it's only version 0.1.0, it's not as if it's expected to be flawless. > > - James > > > On 27 November 2013 07:00, Deniz Kurucu wrote: > >>

Re: [ANN] fsrun : file change notifier high order lein task

2013-11-27 Thread Deniz Kurucu
seful. > > Thanks for your contribution and congratulations for your work. > > Plinio Balduino > > On 27/11/2013, at 05:00, Deniz Kurucu wrote: > > Ah yes, sorry it is not on clojars yet. Wanted some feedback before > pushing it there :) > > > On Wed, Nov 27, 2

Re: [ANN] fsrun : file change notifier high order lein task

2013-11-27 Thread Deniz Kurucu
Hi, Just pushed fsrun to clojars : [fsrun "0.1.1"] Thanks, for looking. On Wed, Nov 27, 2013 at 8:58 PM, Deniz Kurucu wrote: > Hi, > > I'm glad it was useful for you, if you notice any bugs please let me know. > > Thanks. > > > On Wed, Nov 27,