remove clojurescript stuff from ags
This commit is contained in:
parent
0714889627
commit
5400f80b55
|
@ -1 +0,0 @@
|
||||||
{:deps {org.clojure/clojurescript {:mvn/version "1.11.54"}}}
|
|
26466
.config/ags/main.js
26466
.config/ags/main.js
File diff suppressed because it is too large
Load diff
|
@ -1,14 +0,0 @@
|
||||||
(defproject ags-config "0.0.1"
|
|
||||||
:dependencies [[org.clojure/clojurescript "1.11.54"]
|
|
||||||
[org.clojure/clojure "1.11.3"]]
|
|
||||||
:plugins [[lein-cljsbuild "1.1.8"]]
|
|
||||||
:cljsbuild {
|
|
||||||
:builds [{
|
|
||||||
; The path to the top-level ClojureScript source directory:
|
|
||||||
:source-paths ["src"]
|
|
||||||
; The standard ClojureScript compiler options:
|
|
||||||
; (See the ClojureScript compiler documentation for details.)
|
|
||||||
:compiler {
|
|
||||||
:output-to "main.js" ; default: target/cljsbuild-main.js
|
|
||||||
:optimizations :simple
|
|
||||||
:pretty-print true}}]})
|
|
|
@ -1,7 +0,0 @@
|
||||||
(ns ags)
|
|
||||||
|
|
||||||
(defn bar [monitor]
|
|
||||||
(let [my-label (Widget.Label.
|
|
||||||
(clj->js {
|
|
||||||
:label "some example content"
|
|
||||||
}))]))
|
|
Loading…
Reference in a new issue