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

Generate assets for static deploy

parent 71b1378f
No related branches found
No related tags found
No related merge requests found
Pipeline #67638 passed with stages
in 3 minutes and 20 seconds
......@@ -23,7 +23,7 @@ gulp.task('copy-design-tokens', function () {
.pipe(ext_replace('.ios.json', '.json'))
});
-// More thoroghouh than the other `vf-component-assets`,
// More thorough than the other `vf-component-assets`,
// this copies all assets. Good for design system docs
gulp.task('vf-component-assets:all', function() {
return gulp
......@@ -37,6 +37,7 @@ gulp.task('build', gulp.series(
'copy-design-tokens',
gulp.parallel('vf-css','vf-css:generate-component-css','vf-scripts'),
'vf-css:production', //optimise, prefix css
'vf-component-assets',
'fractal:build',
'fractal',
'eleventy:init',
......
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