Re: 'cljsbuild' not a task

2015-07-20 Thread Denis Fuenzalida
Hi Bernie, I think you're folliowing this tutorial, right? https://github.com/magomimmo/modern-cljs/blob/master/doc/tutorial-01.md ... I learned from this tutorial a while ago but the syntax for leiningen has changed since, and while the community has tried to keep the tutorial up to date, the

Re: 'cljsbuild' not a task

2015-07-20 Thread Bernie Baillargeon
two things got me past thiswell, just the first, but I hit another immediately these may be rising from the newer (latest) versions of leiningen, clojure, and clojurescript. 1) the online tutorial I was working with had me creating project modern*-*cljs. I changed the *hyphen *to *und

Re: 'cljsbuild' not a task

2015-07-20 Thread Colin Yates
You don’t need to manage either of those JARs. Can you create a public github to share? Also, there is a new book which people are raving about (haven’t read it myself) that might be just the ticket: http://funcool.github.io/clojurescript-unraveled/

Re: 'cljsbuild' not a task

2015-07-20 Thread Bernie Baillargeon
No, that doesn’t fix it (I’d added the hook as a one shot attempt based on other online discussions related, but forgot to remove) After removing it still gives the same error. Am I missing some basic lein/clojure prep step? I’d gotten the cljs.jar and leiningen-2.5.1-standalone.jar into th

Re: 'cljsbuild' not a task

2015-07-20 Thread Colin Yates
Is that hook valid? That looks wrong to me - try removing the hooks section and doing it manually from the command line. > On 20 Jul 2015, at 19:02, Bernie Baillargeon wrote: > > no, I have the plugin specified: > ;; CLJ AND CLJS source code path > :source-paths ["src/clj" "src/cljs"] > :

Re: 'cljsbuild' not a task

2015-07-20 Thread Bernie Baillargeon
no, I have the plugin specified: ;; CLJ AND CLJS source code path :source-paths ["src/clj" "src/cljs"] :dependencies [[org.clojure/clojure "1.7.0"] [org.clojure/clojurescript "0.0-3308"]] ;; lein-cljsbuild plugin to build a CLJS project :plugins [[lein-cljsbuild "1.0.6"]]

Re: 'cljsbuild' not a task

2015-07-20 Thread Juvenn Woo
Hi Bernie, please have a look at project.clj, where you might be missing plugin lein-cljsbuild https://github.com/emezeske/lein-cljsbuild -- Juvenn Woo Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Monday, 20 July, 2015 at 12:12 pm, Bernie Baillargeon wrote: > I followed the inst

'cljsbuild' not a task

2015-07-19 Thread Bernie Baillargeon
I followed the instructions to add the proper dependencies, plugins to the project, but upon entering > lein cljsbuild once as noted in every online doc/ tutorial related, I get the error C:\Functional_Languages\Clojure\clojurescript_master\!work\modern-cljs>lein cljsbuild once 'cljsbuild' is