Skip to content
This repository was archived by the owner on Sep 2, 2023. It is now read-only.

Commit c3d179d

Browse files
committed
update personal github pages deployment script
1 parent 4f9324f commit c3d179d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/Gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ gulp.task('deploy:test', ['build'], () =>
111111
.pipe(gulpIf(args.appId, modifyFile((content, path, file) => {
112112
if (/(boot.js$)/i.test(path)) {
113113
return content.replace(
114-
'window.BinaryBoot.appId = 1001; //This is for PROD release',
115-
`window.BinaryBoot.appId = ${args.appId}; // This is injected by Gulp`
114+
'defaultAppID = 1001; //This is for PROD release',
115+
`defaultAppID = ${args.appId}; // This is injected by Gulp`
116116
);
117117
}
118118
return content;

0 commit comments

Comments
 (0)