]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Fix to gulpfile.
authorJeanie Chung <jeanie.chung@gmail.com>
Wed, 18 Feb 2015 23:57:55 +0000 (15:57 -0800)
committerJeanie Chung <jeanie.chung@gmail.com>
Wed, 18 Feb 2015 23:57:55 +0000 (15:57 -0800)
gulpfile.js

index 189d0bd200140a07de8f8ad888ff2ad61cd4e0c4..5196961318502dd9014f45e50878d8aab2b206e8 100644 (file)
@@ -64,7 +64,7 @@ gulp.task('inline', function() {
     .pipe(inlineCss())
     .pipe(rename({
       suffix: '-inline'
-    })
+    }))
     .pipe(gulp.dest(dirs.build))
 });