Skip to content

Commit d9efbdd

Browse files
committed
Update README
1 parent 20769e2 commit d9efbdd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ var iconfontCss = require('gulp-iconfont-css');
1818
gulp.task('iconfont', function(){
1919
gulp.src(['app/assets/icons/*.svg'])
2020
.pipe(iconfontCss({
21-
21+
path: 'app/assets/css/templates/_icons.scss',
22+
targetPath: '../../css/_icons.scss' // relative to gulp.dest below
2223
})
2324
.pipe(iconfont({
2425
fontName: 'Icons'

0 commit comments

Comments
 (0)