Skip to content

Commit

Permalink
rfct: remove devcards
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva committed Sep 2, 2021
1 parent 3cfe181 commit 21cf117
Show file tree
Hide file tree
Showing 50 changed files with 1 addition and 1,428 deletions.
4 changes: 1 addition & 3 deletions .clj-kondo/config.edn
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{:linters {:unresolved-namespace {:exclude [clojure.string]}
:unresolved-symbol {:exclude [(devcards.core/defcard)
(devcards.core/defcard-rg)
random-uuid
:unresolved-symbol {:exclude [random-uuid
goog.DEBUG
(com.rpl.specter/recursive-path)]}
:unused-referred-var {:exclude {clojure.test [is deftest testing]}}
Expand Down
3 changes: 0 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
[metosin/reitit "0.5.13"]
[metosin/komponentit "0.3.10"]
[instaparse/instaparse "1.4.10"]
[devcards/devcards "0.2.7"]
[borkdude/sci "0.2.5"]
[garden/garden "1.3.10"]
[stylefy/stylefy "3.0.0"]
Expand Down Expand Up @@ -76,8 +75,6 @@
["run" "-m" "shadow.cljs.devtools.cli" "compile" "main" "renderer" "app"]]
"prod" ["with-profile" "prod" "do"
["run" "-m" "shadow.cljs.devtools.cli" "release" "main" "renderer" "app"]]
"devcards" ["with-profile" "dev" "do"
["run" "-m" "shadow.cljs.devtools.cli" "watch" "devcards"]]
"build-report" ["with-profile" "prod" "do"
["run" "-m" "shadow.cljs.devtools.cli" "run" "shadow.cljs.build-report" "app" "target/build-report.html"]
["shell" "open" "target/build-report.html"]]
Expand Down
17 changes: 0 additions & 17 deletions resources/public/cards.html

This file was deleted.

6 changes: 0 additions & 6 deletions shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@
:main athens.main.core/main
:compiler-options {:output-feature-set :es-next}}

:devcards {:asset-path "js/devcards"
:modules {:main {:init-fn athens.devcards/main}}
:compiler-options {:devcards true}
:output-dir "resources/public/js/devcards"
:target :browser}

:karma-test {:target :karma
:ns-regexp "-test$"
:output-to "target/karma-test.js"}}}
2 changes: 0 additions & 2 deletions src/cljs/athens/devcards.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
[athens.effects]
[athens.events]
[athens.listeners :as listeners]
[cljsjs.react]
[cljsjs.react.dom]
[devcards.core]
[posh.reagent :refer [transact!]]
[re-frame.core :refer [dispatch-sync]]
Expand Down
8 changes: 0 additions & 8 deletions src/cljs/athens/devcards/alerts.cljs

This file was deleted.

37 changes: 0 additions & 37 deletions src/cljs/athens/devcards/all_pages.cljs

This file was deleted.

8 changes: 0 additions & 8 deletions src/cljs/athens/devcards/app_toolbar.cljs

This file was deleted.

29 changes: 0 additions & 29 deletions src/cljs/athens/devcards/athena.cljs

This file was deleted.

9 changes: 0 additions & 9 deletions src/cljs/athens/devcards/block_page.cljs

This file was deleted.

9 changes: 0 additions & 9 deletions src/cljs/athens/devcards/blocks.cljs

This file was deleted.

78 changes: 0 additions & 78 deletions src/cljs/athens/devcards/breadcrumbs.cljs

This file was deleted.

47 changes: 0 additions & 47 deletions src/cljs/athens/devcards/buttons.cljs

This file was deleted.

8 changes: 0 additions & 8 deletions src/cljs/athens/devcards/daily_notes.cljs

This file was deleted.

59 changes: 0 additions & 59 deletions src/cljs/athens/devcards/db.cljs

This file was deleted.

Loading

0 comments on commit 21cf117

Please sign in to comment.