summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',