.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.
This commit is contained in:
Alan Orth 2016-09-26 09:54:54 +03:00
parent 1800fc2fb8
commit 8e9c0a74f9
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
node_modules
exampleSite/themes
static/css/style.css.tmp