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 > > -- > 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 <javascript:> > 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 <javascript:> > 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+u...@googlegroups.com <javascript:>. > For more options, visit 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.