mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
Revert changes to yui-compressor command
This commit is contained in:
parent
6a51f55b00
commit
8a97423da0
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user