diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
