diff options
| author | Max | 2017-02-18 14:41:09 +0100 |
|---|---|---|
| committer | Max | 2017-02-18 14:41:09 +0100 |
| commit | ae04edb29f35a0ce0cf0391229105bdabae10c9f (patch) | |
| tree | 2fb4b90f2950077a5f1927f42a069f0414c5325a | |
| parent | cde4cbc9adcaa7c810e52d968eaf482cf543ec96 (diff) | |
| download | gospeladlershof.de-ae04edb29f35a0ce0cf0391229105bdabae10c9f.tar.gz | |
Entfernt die Quotes um den Regex.
| -rw-r--r-- | gospeladlershof.de/gulpfile.js | 2 |
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', |
