mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
js.mk: Beautify error for non-existent closure-compiler.jar
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
91d7ba8aa4
commit
09a4c0a89f
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ JS_MINIFY_OPTS ?= $(addprefix --externs ,$(JS_EXTERN_PATHS)) --comp
|
||||||
JS_MINIFY_EXE ?= $(JAVA) -jar $(firstword $(wildcard \
|
JS_MINIFY_EXE ?= $(JAVA) -jar $(firstword $(wildcard \
|
||||||
$(JS_CC_BUILD_ROOT)/usr/share/java/closure-compiler.jar \
|
$(JS_CC_BUILD_ROOT)/usr/share/java/closure-compiler.jar \
|
||||||
/usr/share/java/closure-compiler.jar \
|
/usr/share/java/closure-compiler.jar \
|
||||||
))
|
) closure-compiler.jar-not-found)
|
||||||
JS_MINIFY ?= $(JS_MINIFY_EXE) $(JS_MINIFY_OPTS)
|
JS_MINIFY ?= $(JS_MINIFY_EXE) $(JS_MINIFY_OPTS)
|
||||||
|
|
||||||
# This is not nice. It requires install-files to be included from elsewhere,
|
# This is not nice. It requires install-files to be included from elsewhere,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue