-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fix cells error infinite loop - fix localStorage debouncing - improve dev build dx - improve menubar formatting - improve list formatting (tight)
- Loading branch information
Showing
31 changed files
with
998 additions
and
878 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
16.14 | ||
20.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
{:deps {} | ||
:tasks | ||
{dev (shell "yarn shadow-cljs -A:local watch editor") | ||
{dev (shell "yarn shadow-cljs -A:build clj-run build/watch") | ||
;; use dev-local to test local versions of libs, as specified in deps.edn | ||
dev-local (shell "yarn shadow-cljs -A:local:build clj-run build/watch") | ||
|
||
server (shell "yarn shadow-cljs -A:local server") | ||
copy-curriculum (do | ||
(shell "mkdir -p public/curriculum") | ||
(shell "rsync -av src/main/maria/curriculum/ public/curriculum")) | ||
css (shell "npx tailwindcss -i src/maria.cloud.css -o public/maria.cloud.css") | ||
css (shell "npx tailwindcss -i src/editor.css -o public/editor.css") | ||
release (do (run 'copy-curriculum) | ||
(shell "yarn shadow-cljs release editor") | ||
(shell "yarn shadow-cljs -A:build release editor") | ||
(run 'css)) | ||
debug (shell "yarn shadow-cljs release editor --debug")}} |
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
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
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
Oops, something went wrong.