Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EMBL design-system-mirror
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
embl.org
EMBL design-system-mirror
Commits
98a38259
Commit
98a38259
authored
4 years ago
by
Ken Hawkins
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gulpfile.js
+2
-1
2 additions, 1 deletion
gulpfile.js
with
2 additions
and
1 deletion
gulpfile.js
+
2
−
1
View file @
98a38259
...
...
@@ -23,7 +23,7 @@ gulp.task('copy-design-tokens', function () {
.
pipe
(
ext_replace
(
'
.ios.json
'
,
'
.json
'
))
});
-
// More thoro
gho
uh than the other `vf-component-assets`,
// More thorou
g
h 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
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment