mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-08 18:34:24 -04:00
Move images into place before processing SASS
As part of the SASS processing we base64 and embed every image found in the SASS files. In order to do this the images need to be in place beforehand. This was causing a bug where the first deploy of an image would cause it to 404.
This commit is contained in:
@@ -164,9 +164,9 @@ gulp.task('default',
|
||||
'copy:govuk_template:css',
|
||||
'copy:govuk_template:js',
|
||||
'copy:govuk_template:error_page',
|
||||
'images',
|
||||
'javascripts',
|
||||
'sass',
|
||||
'images'
|
||||
'sass'
|
||||
]
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user