Revert "Uncommented rev-manifest: allowEmpty"
This reverts commit 785ef6adb5
.
This commit is contained in:
parent
2ffa691fe4
commit
42dd8e3f47
|
@ -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'));
|
||||
|
|
Loading…
Reference in New Issue