1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-17 04:40:03 +02:00

_scripts/build.sh: echo src and target.

This commit is contained in:
Henrik Hautakoski 2020-04-27 14:41:11 +02:00
parent e1ee26851c
commit f303ca8e0c

View file

@ -5,4 +5,5 @@ UGLIFYJS=node_modules/uglify-js/bin/uglifyjs
SRC=_scripts/app.js
TARGET=assets/scripts.js
echo "UglifyJS: $SRC -> $TARGET"
$UGLIFYJS $SRC -c -m > $TARGET