Skip to content

Commit

Permalink
removed re-com, added TODOs and if _ nil -> when _
Browse files Browse the repository at this point in the history
  • Loading branch information
lprakashv committed Feb 13, 2021
1 parent c0464a8 commit da0501e
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 1,390 deletions.
2 changes: 0 additions & 2 deletions DEV-HELP.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ A static "Codenames Game" app built using Clojurescript and re-frame
[Reagent](https://github.com/reagent-project/reagent) ->
[React](https://github.com/facebook/react)
- CSS rendering: [Garden](https://github.com/noprompt/garden)
- UI components: [re-com](https://github.com/day8/re-com)
* Build tools
- Project task & dependency management: [Leiningen](https://github.com/technomancy/leiningen)
- CLJS compilation, REPL, & hot reload: [`shadow-cljs`](https://github.com/thheller/shadow-cljs)
Expand All @@ -37,7 +36,6 @@ A static "Codenames Game" app built using Clojurescript and re-frame
* [`resources/public/`](resources/public/): SPA root directory;
[dev](#running-the-app) / [prod](#production) profile depends on the most recent build
- [`vendor/`](resources/public/vendor/): UI component CSS, fonts, and images
([re-com](https://github.com/day8/re-com))
- [`index.html`](resources/public/index.html): SPA home page
- Dynamic SPA content rendered in the following `div`:
```html
Expand Down
1 change: 0 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="vendor/css/material-design-iconic-font.min.css">
<link rel="stylesheet" href="vendor/css/re-com.css">
<meta name="theme-color" content="#000000"/>
<meta name="description" content="Play Codenames Boardgame with you friends and family!"/>
<link href="css/screen.css" rel="stylesheet" type="text/css">
Expand Down
10 changes: 5 additions & 5 deletions docs/js/compiled/app.js

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

Loading

0 comments on commit da0501e

Please sign in to comment.