From 8e9c0a74f99d06cd4798195d1ca08e16cabd0a33 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 26 Sep 2016 09:54:54 +0300 Subject: [PATCH] .gitignore: Add intermediate output from node-sass cssnano can't process input from stdin via a Unix pipe ("|") so we need to write an intermediate output from node-sass first. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d231036..043b1c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules exampleSite/themes +static/css/style.css.tmp