Skip to content
Snippets Groups Projects
Commit f008adbc authored by Ken Hawkins's avatar Ken Hawkins
Browse files

Copy any npm-installed compoent assets

The previous method worked fine, but npm installed components were landing in a subdirectory.
parent 218fc720
No related branches found
No related tags found
No related merge requests found
Pipeline #20315 passed with stage
in 6 minutes and 45 seconds
......@@ -247,7 +247,7 @@ gulp.task('scripts:modern', function() {
// -----------------------------------------------------------------------------
gulp.task('component-assets', function() {
return gulp
.src(['./components/**/**/assets/**/*'])
.src(['./components/**/assets/**/*','./components/vf-core-components/**/assets/**/*'])
.pipe(gulp.dest('./public/assets'));
});
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment