summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax2017-02-18 14:41:09 +0100
committerMax2017-02-18 14:41:09 +0100
commitae04edb29f35a0ce0cf0391229105bdabae10c9f (patch)
tree2fb4b90f2950077a5f1927f42a069f0414c5325a
parentcde4cbc9adcaa7c810e52d968eaf482cf543ec96 (diff)
downloadgospeladlershof.de-ae04edb29f35a0ce0cf0391229105bdabae10c9f.tar.gz
Entfernt die Quotes um den Regex.
-rw-r--r--gospeladlershof.de/gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gospeladlershof.de/gulpfile.js b/gospeladlershof.de/gulpfile.js
index 250f2d7..a393332 100644
--- a/gospeladlershof.de/gulpfile.js
+++ b/gospeladlershof.de/gulpfile.js
@@ -22,7 +22,7 @@ gulp.task('uncss', function() {
.pipe(uncss({
html: ['public/*.html', 'public/impressum/*.html'],
ignore: ['.text-right', '.text-left', '.affix', '.navbar-default.affix',
- '/\w\.in/',
+ /\w\.in/,
'.fade',
'.collapse',
'.collapsing',