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:
parent
e1ee26851c
commit
f303ca8e0c
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue