Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
khawkins98 committed Jul 22, 2020
1 parent 460cbaa commit 99e1da4
Show file tree
Hide file tree
Showing 7 changed files with 5,502 additions and 4,253 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ stages:

build:
stage: build
image: node:8
image: node:12
tags:
- docker
before_script:
Expand Down
2 changes: 1 addition & 1 deletion content/pages/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
meta-title: EMBL-EBI Style Lab
title: Welcome
cta: Learn how to utilise our visual identity, code, and language to make better and more accessible services.
cta: Learn how to utilise the EMBL-EBi visual identity, code, and language to make better and more accessible services.
filter-nav: false
filter-dropdowns: false
layout: static
Expand Down
8 changes: 0 additions & 8 deletions content/websites/meta-patterns/printing.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,4 @@

There is also a sibling class: `.show-for-print`









{{/markdown}}
1 change: 0 additions & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ function metaPatternsPages() {
}))
.pipe(gulp.dest(PATHS.dist+'/websites/meta-patterns'))
.pipe(print(filepath => `built metaPatternsPages: ${filepath}`));

}

gulp.task('meta-patterns', metaPatternsPages)
Expand Down
Loading

0 comments on commit 99e1da4

Please sign in to comment.