Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit c3a2115

Browse files
author
Nick Litwin
committed
Clean up
1 parent 214e59c commit c3a2115

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ report
99
.settings
1010
.vscode
1111
styleguide
12+
.awspublish-app.topcoder-dev.com

gulpfile.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,6 @@ config.awsPublish = {
160160
key: process.env.AWS_KEY,
161161
region: process.env.AWS_REGION,
162162
secret: process.env.AWS_SECRET,
163-
files: ['build/**/*', '!build/index.html'],
164-
index: 'build/index.html',
165163
sync: envConfig.CONSTANTS.ENVIRONMENT !== 'production',
166164
dependencies: ['build:topcoder']
167165
};

0 commit comments

Comments
 (0)