Skip to content

Commit

Permalink
build: Fixed removal of minified JS file prior to creation
Browse files Browse the repository at this point in the history
  • Loading branch information
cederberg committed Dec 7, 2024
1 parent 37b2fc8 commit 169f5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ build-java:
build-plugins: CLASSPATH=$(wildcard $(PWD)/lib/rapidcontext-*.jar)
build-plugins:
mkdir -p plugin/
rm -rf plugin/*
rm -rf plugin/* src/plugin/system/files/js/rapidcontext.*.min.js
npx esbuild --bundle --minify \
--platform=browser --target=chrome69,firefox65,safari11 \
--outfile=src/plugin/system/files/js/rapidcontext.$(VER).min.js \
Expand Down

0 comments on commit 169f5ce

Please sign in to comment.