Skip to content
Snippets Groups Projects
Unverified Commit a1bb0880 authored by Stuart Robson's avatar Stuart Robson Committed by GitHub
Browse files

Merge pull request #386 from visual-framework/chore/component-asset-copying

Copy any npm-installed component assets
parents 218fc720 f008adbc
No related branches found
No related tags found
No related merge requests found
......@@ -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