Skip to content

Commit

Permalink
chore: rename iconset generation gulp task to "icons"
Browse files Browse the repository at this point in the history
This makes the task name consistent with Lumo icons generation in vaadin-lumo-styles.
  • Loading branch information
Haprog authored and web-padawan committed Mar 15, 2019
1 parent c320d7c commit ba0a919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const modify = require('gulp-modify');
const cheerio = require('cheerio');
const concat = require('gulp-concat');

gulp.task('default', function() {
gulp.task('icons', function() {
return gulp.src(['assets/svg/*.svg'], {base: '.'})
.pipe(modify({
fileModifier: function(file, contents) {
Expand Down

0 comments on commit ba0a919

Please sign in to comment.