commit 118398a981f951c59e915be2f2fcd6fc597fdef3
parent c082876ec87f17fd887b3956ccd5ed201e1401da
Author: Hugo Soucy <hugo@soucy.cc>
Date: Fri, 31 Mar 2017 06:22:51 -0400
REmove an empty line.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/preprocess_css b/preprocess_css
@@ -11,7 +11,6 @@ cd "$(dirname "$0")"
# Include mustache for bash as library
. lib/mo/mo
-
# You must install "Minify CLI" for running this script :
# <https://github.com/tdewolff/minify/tree/master/cmd/minify>
if hash minify 2>/dev/null; then