diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-04-04 16:32:56 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-04-04 16:32:56 +0200 |
| commit | 471c55f2e0549f70166d49d39e7a20fd5dbf0912 (patch) | |
| tree | 06e719717cd8d3c18a3421ae1dfcc0e738f87d02 /gulpfile.js | |
| parent | 677d60663a04b3280b33886d36457389fdf6f214 (diff) | |
Rename GOOGLE_OAUTH_CLIENT_ID to OAUTH_CLIENT_ID
Diffstat (limited to 'gulpfile.js')
| -rw-r--r-- | gulpfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js index 579e795f..f674055e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -180,7 +180,7 @@ gulp.task('html', function () { const configFile = getConfigFile(); return gulp.src(htmlFilePaths) - .pipe(replace('GOOGLE_OAUTH_CLIENT_ID', configFile.GOOGLE_OAUTH_CLIENT_ID)) + .pipe(replace('OAUTH_CLIENT_ID', configFile.OAUTH_CLIENT_ID)) .pipe(replace('SERVER_BASE_URL', configFile.SERVER_BASE_URL)) .pipe(processHTML()) .pipe(gulp.dest(htmlDestDir)) |
