Exclude /sass from any premium themes pushed to premium repo (#5210)
This commit is contained in:
parent
7e0d5a4297
commit
3659b5c608
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ function pushPremiumToSandbox() {
|
|||
'videomaker-white'
|
||||
]
|
||||
executeCommand(`
|
||||
rsync -av --no-p --no-times --exclude-from='.sandbox-ignore' ./${premiumThemes.join(' ./')} wpcom-sandbox:${sandboxRootFolder}/wp-content/themes/premium/
|
||||
rsync -av --no-p --no-times --exclude-from='.sandbox-ignore' --exclude='sass/' ./${premiumThemes.join(' ./')} wpcom-sandbox:${sandboxRootFolder}/wp-content/themes/premium/
|
||||
`, true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue