Skip to content

Commit

Permalink
Refactor project struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Panthevm committed Aug 4, 2023
1 parent 18bf428 commit 542440f
Show file tree
Hide file tree
Showing 237 changed files with 638 additions and 7,076 deletions.
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
node_modules/
.cpcache/
js
package-lock.json
.shadow-cljs/
.cpcache
resources/public/assets/js
resources/public/assets/css/stylo.css
_site
.shadow-cljs/
.clj-kondo*
.cpcache
.nrepl-port
.lsp
.DS_Store
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
clear:
rm -rf .shadow-cljs node_modules package-lock.json resources/public/js
rm -rf .shadow-cljs .cpcache _site node_modules package-lock.json resources/public/js

init:
npm install
Expand Down
4 changes: 1 addition & 3 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{:paths ["src"]
:deps {reagent/reagent {:mvn/version "1.2.0"}
re-frame/re-frame {:mvn/version "1.3.0"}
org.flatland/ordered {:mvn/version "1.15.10"}
route-map/route-map {:mvn/version "0.0.7-RC1"}
garden/garden {:mvn/version "1.3.10"}
#_#_com.health-samurai/macrocss {:mvn/version "0.3.13"}}
com.health-samurai/macrocss {:mvn/version "0.3.13"}}

:aliases
{:development
Expand Down
11 changes: 10 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"dependencies": {
"react": "18.2.0",
"react-dom": "18.2.0"
"react-dom": "18.2.0",
"snabbdom": "3.5.1"
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed resources/public/assets/GothamPro/GothamPro-Bold.eot
Binary file not shown.
Binary file removed resources/public/assets/GothamPro/GothamPro-Bold.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed resources/public/assets/GothamPro/GothamPro.eot
Binary file not shown.
Binary file removed resources/public/assets/GothamPro/GothamPro.ttf
Binary file not shown.
Binary file removed resources/public/assets/GothamPro/GothamPro.woff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
504 changes: 0 additions & 504 deletions resources/public/assets/GothamPro/demo.html

This file was deleted.

133 changes: 0 additions & 133 deletions resources/public/assets/GothamPro/stylesheet.css

This file was deleted.

7 changes: 0 additions & 7 deletions resources/public/assets/css/bootstrap.min.css

This file was deleted.

Loading

0 comments on commit 542440f

Please sign in to comment.