Skip to content

Commit

Permalink
Merge pull request #9 from metasoarous/master
Browse files Browse the repository at this point in the history
Merge latest changes from metasoarous/oz
  • Loading branch information
MawiraIke committed Sep 3, 2020
2 parents afc7a09 + 05f14d1 commit 72886cb
Show file tree
Hide file tree
Showing 25 changed files with 5,586 additions and 8,045 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ trace.edn
resources/oz/public/js/cljs-runtime/
.shadow-cljs
node_modules
resources/oz/public/js/devcards.js
resources/oz/public/js/manifest.edn
225 changes: 0 additions & 225 deletions META-INF/pom.xml

This file was deleted.

3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ check-clean-tree:

.PHONY: build
build:
rm -rf resources/oz/public/js && \
npm install && \
shadow-cljs release app lib && \
mkdir -p META-INF/ && \
cp pom.xml META-INF/ && \
clojure -A:pack mach.pack.alpha.skinny --no-libs --project-path target/oz.jar

.PHONY: release
Expand Down
Loading

0 comments on commit 72886cb

Please sign in to comment.