Fix description

Taks copy-assets is called on postinstall (see package.json).
This commit is contained in:
IanDelMar 2020-04-28 15:11:25 +02:00
parent 27572a2117
commit e7dcb5bbb7
1 changed files with 1 additions and 1 deletions

View File

@ -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) {