UNPKG

202 BJavaScriptView Raw
1'use strict';
2
3const gulp = require('gulp');
4const fontelloUpdate = require('fontello-update');
5
6gulp.task('font', () => fontelloUpdate({
7 config: 'fontello.json',
8 fonts: 'font',
9 css: 'font',
10}));