0
bower_components
フォルダ内にあるbootstrap
& font-awesome
のフォントをコピーしようとすると、次のようなフォルダ構造になります。しかし、私はdist/fonts
フォルダにすべてのフォントを入れたいです。私は間違って何をしていますか?フォントをbower_componentsからgulpでコピーする
ガルプタスク:
gulp.task('copy:bower-fonts', function() {
gulp.src(yeoman.app + '/bower_components/**/fonts/*.*')
.pipe(gulp.dest(yeoman.dist + '/fonts'));
});
現在の表示:この問題を解決