summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 639a59e..2b66eb3 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ build: clean
@# Concat all CSS files
gulp concat
@# Build the HTML the first time to be ...
- HUGO_GULP=0 hugo --ignoreCache --log=true --logFile=./log/hugo.log --verbose=false 1>/dev/null
+ HUGO_GULP=0 hugo --ignoreCache --log=true --logFile=./log/hugo.log --verbose=false #1>/dev/null
@# ... spidered by uncss to remove the unnecessary selector rules.
gulp uncss
@# Builds the site again, but this time the minified CSS will be inlined by Hugo.