mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 08:58:24 -04:00
Merge pull request #2737 from alphagov/images-before-sass
Move images into place before processing SASS
This commit is contained in:
@@ -164,9 +164,9 @@ gulp.task('default',
|
|||||||
'copy:govuk_template:css',
|
'copy:govuk_template:css',
|
||||||
'copy:govuk_template:js',
|
'copy:govuk_template:js',
|
||||||
'copy:govuk_template:error_page',
|
'copy:govuk_template:error_page',
|
||||||
|
'images',
|
||||||
'javascripts',
|
'javascripts',
|
||||||
'sass',
|
'sass'
|
||||||
'images'
|
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user