Skip to content

Commit e3ebea7

Browse files
committed
Merge pull request #4 from lmartins/master
Fix missing parenthesises on task declaration
2 parents 6987e9e + de460ce commit e3ebea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gulp.task('iconfont', function(){
2222
path: 'app/assets/css/templates/_icons.scss',
2323
targetPath: '../../css/_icons.scss', // relative to gulp.dest below
2424
fontPath: '../../fonts/icons/', // relative to targetPath (yes, slightly redundant but necessary for CSS template)
25-
})
25+
}))
2626
.pipe(iconfont({
2727
fontName: 'Icons'
2828
}))

0 commit comments

Comments
 (0)