Skip to content

Commit

Permalink
Removed bonus section
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Cousin committed Nov 5, 2014
1 parent 601d88e commit 6cd4d60
Showing 1 changed file with 1 addition and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,17 +96,4 @@ __Before you launch the task : get your Sketchfile ready by flattening your icon
.pipe(gulp.dest('dist/css/'));
})
.pipe(gulp.dest('dist/font/'));
});

### Bonus
You can do almost the same thing with an artboard of pictos! Have a look on these plugins:

* gulp-sprites
* gulp-svg2png (IE fallbacking)
* gulp-imagemin

Sure, HTML markup will need some changes… But you may consider this opportunity:

* to clean your assets folder (FYI, we went from 1.5 Mo to 600 Ko, 4 files instead of 60),
* to be 100% Retina ready thanks to SVG,
* to improve performance, just because sprites.
});

0 comments on commit 6cd4d60

Please sign in to comment.