From 920fcaae7f7651575981c88d980fdc32a4609090 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 23 Mar 2016 14:14:50 +0000 Subject: [PATCH] Fix for images --- gulpfile.babel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.babel.js b/gulpfile.babel.js index a6eb6f56b..3606b418d 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -35,7 +35,7 @@ gulp.task('copy:govuk_template:css', () => gulp.src(paths.template + 'assets/sty })) .on('error', plugins.sass.logError) .pipe(plugins.cssUrlAdjuster({ - prependRelative: '/static/images/', + prependRelative: '/static/', })) .pipe(gulp.dest(paths.dist + 'stylesheets/')) );