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/ 
<http://funcool.github.io/clojurescript-unraveled/>

HTH, if not, please create a public github project.

> On 20 Jul 2015, at 19:52, Bernie Baillargeon <bb.j...@gmail.com> wrote:
> 
> 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 the project directory, had run 'lein 
> compile' at the project directory (as well as having not done 'lein compile' 
> prior to ‘lein cljsbuild once’ ) and I’m not seeing any change… 
> 
> 
> 
> On Monday, July 20, 2015 at 1:33:07 PM UTC-5, Colin Yates wrote:
> 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 <bb....@ <>gmail.com 
>> <http://gmail.com/>> wrote:
>> 
>> 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"]]
>>   :hooks [leiningen.cljsbuild]
>> 
>> 
>> 
>> On Monday, July 20, 2015 at 3:28:01 AM UTC-5, juvenn wrote:
>> Hi Bernie, please have a look at project.clj, where you might be missing 
>> plugin lein-cljsbuild https://github.com/emezeske/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 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 not a task. See 'lein help'.
>>> what can I do to figure out the issue; where might there be something not 
>>> set correctly?
>>> thanks
>>> 
>>> 
>>> 
>>> -- 
>>> You received this message because you are subscribed to the Google
>>> Groups "Clojure" group.
>>> To post to this group, send email to clo...@ <>googlegroups.com 
>>> <http://googlegroups.com/>
>>> Note that posts from new members are moderated - please be patient with 
>>> your first post.
>>> To unsubscribe from this group, send email to
>>> clojure+u...@ <>googlegroups.com <http://googlegroups.com/>
>>> For more options, visit this group at
>>> http://groups.google.com/group/clojure?hl=en 
>>> <http://groups.google.com/group/clojure?hl=en>
>>> --- 
>>> You received this message because you are subscribed to the Google Groups 
>>> "Clojure" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>> email to clojure+u...@ <>googlegroups.com <http://googlegroups.com/>.
>>> For more options, visit https://groups.google.com/d/optout 
>>> <https://groups.google.com/d/optout>.
>> 
>> 
>> -- 
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to clo...@googlegroups.com <>
>> Note that posts from new members are moderated - please be patient with your 
>> first post.
>> To unsubscribe from this group, send email to
>> clojure+u...@googlegroups.com <>
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en 
>> <http://groups.google.com/group/clojure?hl=en>
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "Clojure" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to clojure+u...@googlegroups.com <>.
>> For more options, visit https://groups.google.com/d/optout 
>> <https://groups.google.com/d/optout>.
> 
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your 
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en 
> <http://groups.google.com/group/clojure?hl=en>
> --- 
> You received this message because you are subscribed to the Google Groups 
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to clojure+unsubscr...@googlegroups.com 
> <mailto:clojure+unsubscr...@googlegroups.com>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to