From 48db2ca82335913cf6e300c29b48caa3c5fc6b96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cserteg=20Tam=C3=A1s?= Date: Fri, 12 Jul 2019 11:17:25 +0200 Subject: [PATCH] fix minify warn message --- src/manager/post_processing.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/manager/post_processing.jl b/src/manager/post_processing.jl index 0a50b3b17..14b120a9e 100644 --- a/src/manager/post_processing.jl +++ b/src/manager/post_processing.jl @@ -54,8 +54,8 @@ function optimize(; prerender::Bool=true, minify::Bool=true, sig::Bool=false, rm(JD_PY_MIN_NAME) print_final(mmsg, start) else - @warn "I didn't find css_html_js_minify, you can install it via pip the output will "* - "not be minified." + @warn "I didn't find css_html_js_minify, you can install it via pip."* + "The output will not be minified." end end return ifelse(sig, succ, nothing)