From ae04edb29f35a0ce0cf0391229105bdabae10c9f Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 18 Feb 2017 14:41:09 +0100 Subject: Entfernt die Quotes um den Regex. --- gospeladlershof.de/gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.2.3