Skip to content

Commit 9a09729

Browse files
committed
fix(API-1892): Redirection task should always be after html pages generation
1 parent c6ee78d commit 9a09729

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gulpfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,10 @@ gulp.task('create-dist', [
5050
'build-getting-started',
5151
'build-events-reference-page',
5252
'build-apps',
53-
'build-apps-homepage',
54-
'build-redirections',
5553
'build-tutorials-homepage',
5654
'build-tutorials',
5755
'build-news',
56+
'build-redirections',
5857
]);
5958

6059
// Main task that should be used for development purpose

0 commit comments

Comments
 (0)