Merge pull request #2737 from alphagov/images-before-sass

Move images into place before processing SASS
This commit is contained in:
Chris Hill-Scott
2019-02-06 15:39:50 +00:00
committed by GitHub

View File

@@ -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'
] ]
); );