From 762df4b3aab5943f93ad68fb2a9c2044d78a5292 Mon Sep 17 00:00:00 2001 From: Gabriel Cousin Date: Fri, 5 Dec 2014 12:02:28 +0100 Subject: [PATCH] [iconfont] updated plugin section --- ...-11-03-building-an-iconfont-from-sketch-to-gulp.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_posts/2014-11-03-building-an-iconfont-from-sketch-to-gulp.markdown b/_posts/2014-11-03-building-an-iconfont-from-sketch-to-gulp.markdown index a15f1a1..3c2bd37 100644 --- a/_posts/2014-11-03-building-an-iconfont-from-sketch-to-gulp.markdown +++ b/_posts/2014-11-03-building-an-iconfont-from-sketch-to-gulp.markdown @@ -47,8 +47,8 @@ For our spectific task, we will used the following plugins: * [gulp-sketch](https://github.com/cognitom/gulp-sketch) * [gulp-iconfont](https://github.com/nfroidure/gulp-iconfont) -* gulp-consolidate -* gulp-loadash +* [gulp-consolidate](https://github.com/timrwood/gulp-consolidate) +* lodash You need to have Sketch and Sketchtool installed. @@ -110,4 +110,4 @@ __Before you launch the task : get your Sketchfile ready by flattening your icon }) .pipe(gulp.dest('dist/font/')); - }); \ No newline at end of file + });