From e7dcb5bbb78dbcc7cc3e4638fa705bcf2a178a43 Mon Sep 17 00:00:00 2001 From: IanDelMar <42134098+IanDelMar@users.noreply.github.com> Date: Tue, 28 Apr 2020 15:11:25 +0200 Subject: [PATCH] Fix description Taks copy-assets is called on postinstall (see package.json). --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {