You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -231,7 +231,7 @@ git push heroku master
231
231
232
232
## How to Add Dependencies
233
233
234
-
Your new application is built by a tool chain which combines [shadow-cljs](http://shadow-cljs.org/) (a modern CLJS compiler) and [Leiningen](https://leiningen.org/) (a traditional Clojure build tool). The two are bought together via a Leiningen plugin called [Lien-shadow](https://gitlab.com/nikperic/lein-shadow).
234
+
Your new application is built by a tool chain which combines [shadow-cljs](http://shadow-cljs.org/) (a modern CLJS compiler) and [Leiningen](https://leiningen.org/) (a traditional Clojure build tool). The two are brought together via a Leiningen plugin called [Lien-shadow](https://gitlab.com/nikperic/lein-shadow).
235
235
236
236
There are three files of interest:
237
237
-`project.clj` - edit this file if you want to add Clojure and ClojureScript dependency as [you would for a normal
0 commit comments