Update font-awesome.
This commit is contained in:
parent
02a06cd89b
commit
d1fb42485b
15 changed files with 158 additions and 32 deletions
|
@ -13,4 +13,9 @@ gulp.task('less', function () {
|
|||
.pipe(gulp.dest('./static/stylesheet'));
|
||||
});
|
||||
|
||||
gulp.task('default', ['less']);
|
||||
gulp.task('cp', function () {
|
||||
return gulp.src('./node_modules/font-awesome/**/*.{min.css,otf,eot,svg,ttf,woff,woff2}')
|
||||
.pipe(gulp.dest('./static/font-awesome'));
|
||||
});
|
||||
|
||||
gulp.task('default', ['less', 'cp']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue