Avoid copying generated file 'style.css.map'
authorGreg Burri <greg.burri@gmail.com>
Thu, 11 Mar 2021 12:56:54 +0000 (13:56 +0100)
committerGreg Burri <greg.burri@gmail.com>
Thu, 11 Mar 2021 12:56:54 +0000 (13:56 +0100)
deploy.ps1

index 5635894..bd431f0 100755 (executable)
@@ -20,7 +20,7 @@ if (!(Test-Path -Path $destination)) {
 strip target/release/valheim_web # To reduce the executable size.
 Copy-Item target/release/valheim_web -Destination $destination
 
-Copy-Item backend/static -Destination $destination -Recurse -Force
+Copy-Item backend/static -Destination $destination -Recurse -Force -Exclude style.css.map
 
 # Do not overwrite the configuration.
 if (!(Test-Path -Path $destination/conf.ron)) {