diff --git a/gulpfile.babel.js b/gulpfile.babel.js index da3176d02..435b5dcf6 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -37,7 +37,7 @@ gulp.task('copy:govuk_template:css', () => gulp.src(paths.template + 'assets/sty })) .on('error', plugins.sass.logError) .pipe(plugins.cssUrlAdjuster({ - prependRelative: process.env.NOTIFY_ADMIN_ENVIRONMENT == 'config.Development' ? '/static/' : '/', + prependRelative: process.env.NOTIFY_ENVIRONMENT == 'development' ? '/static/' : '/', })) .pipe(gulp.dest(paths.dist + 'stylesheets/')) );