Skip to content
This repository has been archived by the owner on Apr 19, 2020. It is now read-only.

Commit

Permalink
Support clojure CLI, deps.edn, shadow-cljs, and kubernetes for builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
ReilySiegel committed Jan 29, 2019
1 parent b40df6f commit fbb4578
Show file tree
Hide file tree
Showing 39 changed files with 1,515 additions and 307 deletions.
2 changes: 2 additions & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
((nil
(cider-clojure-cli-parameters . "-A:dev -m nrepl.cmdline --middleware '%s'")))
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,12 @@ profiles.clj
.nrepl-port
/log
figwheel_server.log
/.m2
/.m2
/.cpcache
/.shadow-cljs
package-lock.json
yarn.lock
node_modules
/resources/public/js/cljs-runtime
/resources/public/js/app.js
/resources/public/js/manifest.edn
Loading

0 comments on commit fbb4578

Please sign in to comment.