Skip to content

Commit

Permalink
bugfix css
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Apr 12, 2024
1 parent f491803 commit ffde78f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.clj
Expand Up @@ -31,12 +31,13 @@
:version version
:basis basis
:pom-data pom-template
:src-dirs ["src"]})
:src-dirs ["src" "resources"]})

(defn jar [_]
(b/write-pom opts)
(b/copy-dir {:src-dirs ["src"
"resources"]
"resources"
"target/node_modules"]
:target-dir class-dir})
(b/jar {:class-dir class-dir
:jar-file jar-file}))
Expand Down

0 comments on commit ffde78f

Please sign in to comment.