-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make hot-reloading of deps.edn also watch associated projects
When working on multiple related code bases linked via `:local/root`, this option can be used to track changes to `deps.edn` in all of them.
- Loading branch information
Showing
7 changed files
with
63 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{:deps | ||
{lambdaisland/open-source {:git/url "https://github.com/lambdaisland/open-source" | ||
:sha "a4487e78df935b6d8775019d95292fe4f375bdb7" | ||
:sha "7f39ffb76d47e2ff83d4478957c2ca4fd180f3e5" | ||
#_#_:local/root "../open-source"}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!bin/bb | ||
#!/usr/bin/env bb | ||
|
||
(ns proj | ||
(:require [lioss.main :as lioss])) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{:paths ["src" "resources"] | ||
|
||
:deps | ||
{rewrite-clj/rewrite-clj {:mvn/version "1.0.682-alpha"} | ||
org.clojure/tools.deps.alpha {:mvn/version "0.12.1030"} | ||
{rewrite-clj/rewrite-clj {:mvn/version "1.1.45"} | ||
org.clojure/tools.deps.alpha {:mvn/version "0.14.1222"} | ||
com.lambdaisland/shellutils {:mvn/version "0.0.10"} | ||
org.clojure/java.classpath {:mvn/version "1.0.0"} | ||
com.nextjournal/beholder {:mvn/version "1.0.0"}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters