Skip to content

Commit 959628f

Browse files
authored
Merge pull request #33 from ByteInternet/shopware6_archive_source_files
2 parents a22fe50 + 43a3561 commit 959628f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/ApplicationTemplate/Shopware6.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,19 @@ private function initializeDefaultConfiguration(): void
5151
'public/media',
5252
'public/thumbnail',
5353
]);
54+
55+
// Override the default deploy exclude, because we need the source files (scss/ts)
56+
// on the deploy step to compile the assets.
57+
$this->setDeployExclude([
58+
'./.git',
59+
'./.github',
60+
'./deploy.php',
61+
'./.gitlab-ci.yml',
62+
'./Jenkinsfile',
63+
'.DS_Store',
64+
'.idea',
65+
'.gitignore',
66+
'.editorconfig',
67+
]);
5468
}
5569
}

0 commit comments

Comments
 (0)