diff --git a/Dockerfile b/Dockerfile index 5f6278f5..38ca620c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,5 @@ -FROM 679918342773.dkr.ecr.us-east-1.amazonaws.com/corretto:latest -RUN yum update -y -RUN yum install -y poppler-utils +FROM amazoncorretto:11-alpine +RUN apk add --no-cache poppler-utils COPY target/auto-ap.jar /usr/local/ COPY config /usr/local/config/ CMD java -Dlogback.configurationFile=logback-prod.xml -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.port=9090 -Dcom.sun.management.jmxremote.rmi.port=9090 -Djava.rmi.server.hostname=127.0.0.1 -Dcom.sun.management.jmxremote.local.only=false -XX:InitialRAMPercentage=20 -XX:MaxRAMPercentage=84 -XX:-OmitStackTraceInFastThrow -cp /usr/local/auto-ap.jar clojure.main -m auto-ap.server diff --git a/project.clj b/project.clj index f4abfbc2..778e429f 100644 --- a/project.clj +++ b/project.clj @@ -2,13 +2,13 @@ :description "FIXME: write description" :url "http://example.com/FIXME" :min-lein-version "2.0.0" - :dependencies [[com.google.guava/guava "31.1-jre"] + :dependencies [#_[com.google.guava/guava "31.1-jre"] [org.clojure/clojure "1.10.1"] [com.unbounce/clojure-dogstatsd-client "0.7.0"] [org.clojure/tools.reader "1.3.6"] [com.cognitect/hmac-authn "0.1.210"] [com.github.ivarref/gen-fn "0.2.46"] - [com.datomic/peer "1.0.6726"] + [com.datomic/peer "1.0.6726" ] [lambdaisland/edn-lines "1.0.10"] [bidi "2.1.6"] [ring/ring-defaults "0.3.2" :exclusions [ring ring/ring-core]] @@ -45,7 +45,11 @@ [hawk "0.2.11"] [clj-time "0.15.2"] [ring/ring-json "0.5.0" :exclusions [cheshire]] - [com.cemerick/url "0.1.1"] + [com.cemerick/url "0.1.1" ] + [pathetic "0.5.0" :exclusions [com.cemerick/clojurescript.test]] + + + [funcool/cuerdas "2.2.0" :exclusions [[org.clojure/clojurescript]]] [bk/ring-gzip "0.3.0"] [amazonica "0.3.153" :exclusions [com.amazonaws/aws-java-sdk @@ -105,11 +109,11 @@ [commons-codec "1.12"]] :plugins [[lein-ring "0.9.7"] - [lein-cljsbuild "1.1.5"] + #_[lein-cljsbuild "1.1.5"] [lein-ancient "0.6.15"]] :clean-targets ^{:protect false} ["resources/public/js/compiled" "target"] #_#_:ring {:handler auto-ap.handler/app} - :source-paths ["src/clj" "src/cljc" "src/cljs" "iol_ion/src" ] + :source-paths ["src/clj" "src/cljc" "iol_ion/src" ] :resource-paths ["resources"] :aliases {"build" ["do" ["uberjar"]] #_#_"fig:dev" ["run" "-m" "figwheel.main" "-b" "dev" "-r"] @@ -141,7 +145,7 @@ org.eclipse.jetty.websocket/websocket-server org.eclipse.jetty.websocket/websocket-servlet args4j]] - [com.bhauman/rebel-readline-cljs "0.1.4" :exclusions [org.clojure/clojurescript]] + #_[com.bhauman/rebel-readline-cljs "0.1.4" :exclusions [org.clojure/clojurescript]] [javax.servlet/servlet-api "2.5"]] :plugins [[lein-pdo "0.1.1"]] :jvm-opts ["-Dconfig=config/dev.edn" "-Xms4G" "-Xmx20G" "-XX:-OmitStackTraceInFastThrow"]} @@ -149,7 +153,6 @@ :uberjar {:java-cmd "/usr/lib/jvm/java-11-openjdk/bin/java" :aot [] - :prep-tasks ["fig:min"] :dependencies [#_[com.bhauman/figwheel-main "0.2.18" :exclusions [org.clojure/clojurescript ring ring/ring-core diff --git a/resources/bulma-0.9.0/CHANGELOG.md b/resources/bulma-0.9.0/CHANGELOG.md deleted file mode 100644 index 67da6a77..00000000 --- a/resources/bulma-0.9.0/CHANGELOG.md +++ /dev/null @@ -1,1459 +0,0 @@ -# Bulma Changelog - -## 0.9.0 - -### RTL support - -Bulma now has **RTL support**. - -By setting the Sass flag `$rtl` to `true`, you can create an RTL version of Bulma, thanks to 4 new Sass mixins: - -* `=ltr` -* `=rtl` -* `=ltr-property($property, $spacing, $right: true)` -* `=ltr-position($spacing, $right: true)` - -The Bulma package now also comes with a `bulma-rtl.css` and `bulma-rtl.min.css` file to be used straight away. - -### Spacing helpers - -Bulma now has **spacing helpers**: https://bulma.io/documentation/helpers/spacing-helpers/ - -
Bulma provides margin m* and padding p* helpers in all directions:
*t for top
- *r for right
- *b for bottom
- *l for left
- *x horizontally for both left and right
- *y vertically for both top and bottom
- - You need to combine a margin/padding prefix with a direciton suffix. For example: -
- -margin-top, use mt-*padding-bottom, use pb-*margin-left and margin-right, use mx-*
- Each of these property-direction combinations needs to be appended with one of 6 value suffixes
-