mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 08:28:15 -04:00
Merge pull request #340 from alphagov/fix-for-broken-images
Fix for images
This commit is contained in:
@@ -35,7 +35,7 @@ gulp.task('copy:govuk_template:css', () => gulp.src(paths.template + 'assets/sty
|
|||||||
}))
|
}))
|
||||||
.on('error', plugins.sass.logError)
|
.on('error', plugins.sass.logError)
|
||||||
.pipe(plugins.cssUrlAdjuster({
|
.pipe(plugins.cssUrlAdjuster({
|
||||||
prependRelative: '/static/images/',
|
prependRelative: '/static/',
|
||||||
}))
|
}))
|
||||||
.pipe(gulp.dest(paths.dist + 'stylesheets/'))
|
.pipe(gulp.dest(paths.dist + 'stylesheets/'))
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user