Answer the question
In order to leave comments, you need to log in
How to add bower_component static folder?
There is a plugin (server) https://www.npmjs.com/package/gulp-webserver
How to add bower_component static folder to project
// Запуск сервера
gulp.task('server', function() {
gulp.src('./build')
.pipe(webserver({
open: true,
fallback: 'index.html'
}));
}
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question