From 42dd8e3f47b249e3a7873fbde74f360fc8688713 Mon Sep 17 00:00:00 2001 From: sayali Date: Wed, 9 Dec 2020 20:03:57 -0800 Subject: [PATCH] Revert "Uncommented rev-manifest: allowEmpty" This reverts commit 785ef6adb58bdd8c051436ba67615740c1ccdb1d. --- gulp/build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulp/build.js b/gulp/build.js index c864037a..17419ea5 100644 --- a/gulp/build.js +++ b/gulp/build.js @@ -238,7 +238,7 @@ gulp.task('addUrlContextPath:revision', async function(){ }); gulp.task('addUrlContextPath:revreplace', gulp.series('addUrlContextPath:revision', function(){ - var manifest = gulp.src("lemur/static/dist/rev-manifest.json", { allowEmpty: true }); + var manifest = gulp.src("lemur/static/dist/rev-manifest.json"); var urlContextPathExists = argv.urlContextPath ? true : false; return gulp.src( "lemur/static/dist/index.html") .pipe(gulp.dest('lemur/static/dist'));