Skip to content

Commit

Permalink
Push: automaton-web to branch: main. Changes can be seen here ht…
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspazza committed Sep 24, 2024
1 parent 16c4fb4 commit f9f65a4
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 458 deletions.
2 changes: 1 addition & 1 deletion bb.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:deps {org.clojars.hephaistox/automaton-build #:mvn{:version "3.1.0"}}
{:deps {org.clojars.hephaistox/automaton-build #:mvn{:version "3.2.0"}}
:paths []
:tasks
{-base-deps {:doc "Dependencies for a task using bb"
Expand Down
21 changes: 0 additions & 21 deletions build_config.edn

This file was deleted.

36 changes: 17 additions & 19 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,33 +1,27 @@
{:aliases
{:antq {:deps {com.github.liquidz/antq {:mvn/version "2.9.1217"}}
{:antq {:deps {com.github.liquidz/antq {:git/url "https://github.com/Kaspazza/antq"
:sha "a2606c7dc0edfae1990e367242b28accf2ded115"}}
:main-opts ["-m" "antq.core"]}
:bb-deps {:extra-deps {org.clojars.hephaistox/automaton-build #:mvn{:version "3.1.0"}}}
:build {:extra-deps {org.clojars.hephaistox/automaton-build #:mvn{:version "3.1.0"}}
:ns-default build}
:cljs-deps {:extra-deps {binaryage/devtools #:mvn{:version "1.0.7"}
clj-commons/pushy #:mvn{:version "0.3.10"}
:cljs-deps {:extra-deps {clj-commons/pushy #:mvn{:version "0.3.10"}
cljsjs/highlight #:mvn{:version "11.7.0-0"}
com.andrewmcveigh/cljs-time #:mvn{:version "0.5.2"}
com.taoensso/encore #:mvn{:version "3.62.1"}
com.taoensso/sente #:mvn{:version "1.19.2"}
com.taoensso/tempura #:mvn{:version "1.5.3"}
day8.re-frame/http-fx #:mvn{:version "0.2.4"}
day8.re-frame/re-frame-10x #:mvn{:version "1.9.9"}
day8.re-frame/tracing #:mvn{:version "0.6.2"}
lambdaisland/uri #:mvn{:version "1.19.155"}
metosin/reitit #:mvn{:version "0.7.1"}
metosin/reitit-frontend #:mvn{:version "0.7.1"}
no.cjohansen/portfolio #:mvn{:version "2024.06.30"}
re-frame/re-frame #:mvn{:version "1.4.3"}
reagent/reagent #:mvn{:version "1.2.0"}
thheller/shadow-cljs #:mvn{:version "2.28.12"}}
:extra-paths ["src/cljs/"
"src/cljc/"
"resources/"
"test/cljs/"
"test/cljc/"
"env/development/src/cljc/"
"env/development/src/cljs/"]}
:extra-paths ["src/cljs/" "src/cljc/" "resources/"]}
:cljs-dev-deps
{:extra-deps {binaryage/devtools #:mvn{:version "1.0.7"}
day8.re-frame/http-fx #:mvn{:version "0.2.4"}
day8.re-frame/re-frame-10x #:mvn{:version "1.9.9"}
day8.re-frame/tracing #:mvn{:version "0.6.2"}
no.cjohansen/portfolio #:mvn{:version "2024.06.30"}}
:extra-paths ["test/cljs/" "test/cljc/" "env/development/src/cljc/" "env/development/src/cljs/"]}
:common-test
{:exec-fn cognitect.test-runner.api/test
:extra-deps {com.cognitect/test-runner {:git/url "https://github.com/cognitect-labs/test-runner"
Expand All @@ -36,7 +30,11 @@
org.clojure/tools.reader #:mvn{:version "1.5.0"}}
:extra-paths ["test/clj/" "test/cljc/" "test/resources/"]
:jvm-opts ["-Dheph-conf=env/test/config.edn,env/common_config.edn" "-Dhephaistox-in-test=true"]}
:env-development-repl {:extra-deps {org.clojars.hephaistox/automaton-core #:mvn{:version "1.4.0"}
:deploy {:exec-args {:installer :remote}
:exec-fn deps-deploy.deps-deploy/deploy
:extra-deps {slipset/deps-deploy {:exclusions [org.slf4j/slf4j-nop]
:mvn/version "0.2.2"}}}
:env-development-repl {:extra-deps {org.clojars.hephaistox/automaton-core #:mvn{:version "1.5.0"}
org.clojure/core.async #:mvn{:version "1.6.681"}}
:extra-paths ["env/development/resources/"
"env/development/src/clj/"
Expand All @@ -62,7 +60,7 @@
metosin/reitit #:mvn{:version "0.7.1"}
metosin/ring-http-response #:mvn{:version "0.9.4"}
mount/mount #:mvn{:version "0.1.19"}
org.clojars.hephaistox/automaton-core #:mvn{:version "1.4.0"}
org.clojars.hephaistox/automaton-core #:mvn{:version "1.5.0"}
ring-cors/ring-cors #:mvn{:version "0.1.13"}
ring/ring #:mvn{:version "1.12.2"}
ring/ring-anti-forgery #:mvn{:version "1.3.1"}
Expand Down
96 changes: 0 additions & 96 deletions pom.xml

This file was deleted.

11 changes: 10 additions & 1 deletion project.edn
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,13 @@
{:name "marked"}]}
:frontend {:css "resources/css/custom.css"
:run-aliases [:automaton-web-portfolio :browser-test :ltest]}
:publication {:as-lib org.clojars.hephaistox/automaton-web}}
:publication
{:base-branch "main"
:clojars true
:compiled-css-path "resources/public/css/compiled/styles.css"
:css-files ["resources/css/custom.css" "resources/css/main.css"]
:excluded-aliases
[:antq :codox :env-development-repl :env-development-test :common-test :cljs-dev-deps :deploy]
:la-branch "la"
:pom-xml-license {:name "CC BY-NC 4.0"
:url "https://creativecommons.org/licenses/by-nc/4.0/deed.en"}}}
2 changes: 1 addition & 1 deletion shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
:ltest {:ns-regexp "-test$"
:output-to "target/ltest.js"
:target :karma}}
:deps {:aliases [:cljs-deps]}
:deps {:aliases [:cljs-deps :cljs-dev-deps]}
:dev-http {8080 ["public" "classpath:public"]
8290 ["target/browser-test"]}
:nrepl {:port 8776}}
Loading

0 comments on commit f9f65a4

Please sign in to comment.