From 8a97423da07ed4082f71d9183817be5f69a8cd0e Mon Sep 17 00:00:00 2001 From: lukem512 Date: Fri, 6 Mar 2020 11:48:03 +0000 Subject: [PATCH] Revert changes to yui-compressor command --- compress.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compress.sh b/compress.sh index e87d0fc..5336b75 100755 --- a/compress.sh +++ b/compress.sh @@ -1,6 +1,6 @@ #! /bin/bash -COMMAND="node node_modules/yui-compressor/lib/index.js"; +COMMAND="yui-compressor"; command -v $COMMAND >/dev/null 2>&1 || { echo >&2 "Error: this script requires the command '$COMMAND' to be available"; exit 1; } CURDIR=$(dirname $(readlink -f $0));