Progressively enhance the proposition illustration

When users with Javascript enabled request it we can show a higher
quality SVG image which will look better in certain circumstances.
This commit is contained in:
Chris Hill-Scott
2021-02-11 16:44:22 +00:00
parent 70b606a2d4
commit 7463510378
5 changed files with 430 additions and 2 deletions

View File

@@ -178,6 +178,7 @@ const javascripts = () => {
paths.src + 'javascripts/collapsibleCheckboxes.js',
paths.src + 'javascripts/radioSlider.js',
paths.src + 'javascripts/updateStatus.js',
paths.src + 'javascripts/homepage.js',
paths.src + 'javascripts/main.js',
])
.pipe(plugins.prettyerror())