diff --git a/gulpfile.js b/gulpfile.js index 0f7c72c..f66cb57 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -171,7 +171,7 @@ gulp.task('watch-bs', gulp.parallel('browser-sync', 'watch')); // Run: // gulp copy-assets. -// 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 +// Copy all needed dependency assets files from node_modules to theme's /js, /scss and /fonts folder. Run this task after npm update ////////////////// All Bootstrap SASS Assets ///////////////////////// gulp.task('copy-assets', function (done) {