We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4952cd8 commit 525f08bCopy full SHA for 525f08b
2 files changed
script/build
@@ -62,3 +62,7 @@ else
62
echo "Skipping remote deployment and Git tag because we are not on Hudson."
63
mvn clean install
64
fi
65
+
66
+rm -f src/cljs/cljs/core.aot.js
67
+rm -f src/cljs/cljs/core.aot.js.map
68
+rm -f src/cljs/cljs/core.cljs.cache.aot.edn
script/uberjar
@@ -42,4 +42,8 @@ sed -e "s/0.0-0000/0.0-$REVISION/" src/cljs/cljs/core.cljs.cache.aot.edn > $AOT_
42
mv $AOT_CACHE_FILE src/cljs/cljs/core.cljs.cache.aot.edn
43
44
lein uberjar clojure.main
45
-mv target/clojurescript-0.0-SNAPSHOT-standalone.jar target/cljs.jar
+mv target/clojurescript-0.0-SNAPSHOT-standalone.jar target/cljs.jar
46
47
48
49
0 commit comments