summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2022-12-03 13:25:19 +0100
committerRoland Reichwein <mail@reichwein.it>2022-12-03 13:25:19 +0100
commitbdf314288794e5ca898db9d07b1553182ea4d7ea (patch)
tree6e760567eb6b7ac521d625d6b26f14b031472e12 /Makefile
parente0d4fb11157f6f6cc79f6750e7a5247e0c955582 (diff)
Reactivate uglifyjs by using the correct Debian package
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e4a8c3f..a387f1c 100755
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ install:
mkdir -p $(DESTDIR)/usr/lib/whiteboard/html
cp -r html/* $(DESTDIR)/usr/lib/whiteboard/html/
- #uglifyjs html/whiteboard.js -m -c > $(DESTDIR)/usr/lib/whiteboard/html/whiteboard.js
+ uglifyjs html/whiteboard.js -m -c > $(DESTDIR)/usr/lib/whiteboard/html/whiteboard.js
htmlmin html/index.html $(DESTDIR)/usr/lib/whiteboard/html/index.html
cleancss -o $(DESTDIR)/usr/lib/whiteboard/html/whiteboard.css html/whiteboard.css