Remove Bower

Bower has been dropped a while ago
This commit is contained in:
IanDelMar 2020-04-28 15:03:27 +02:00
parent 1d5013961e
commit 7ea00a95c9
1 changed files with 1 additions and 3 deletions

View File

@ -171,7 +171,7 @@ gulp.task('watch-bs', gulp.parallel('browser-sync', 'watch'));
// Run: // Run:
// gulp copy-assets. // gulp copy-assets.
// Copy all needed dependency assets files from bower_component assets to themes /js, /scss and /fonts folder. Run this task after bower install or bower update // Copy all needed dependency assets files from node_modules to theme's /js, /scss and /fonts folder. Run this task after npm install or npm update
////////////////// All Bootstrap SASS Assets ///////////////////////// ////////////////// All Bootstrap SASS Assets /////////////////////////
gulp.task('copy-assets', function (done) { gulp.task('copy-assets', function (done) {
@ -299,8 +299,6 @@ gulp.task(
return gulp return gulp
.src([ .src([
'**/*', '**/*',
`!${paths.bower}`,
`!${paths.bower}/**`,
`!${paths.node}`, `!${paths.node}`,
`!${paths.node}/**`, `!${paths.node}/**`,
`!${paths.dist}`, `!${paths.dist}`,