Fix for images

This commit is contained in:
Chris Hill-Scott
2016-03-23 14:14:50 +00:00
parent e6a2970d3e
commit 920fcaae7f

View File

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