Code: Select all
set filePath="$(OutputDirectory)\resources\stylesheets\styles.css"
powershell -Command "(Get-Content '%filePath%') -replace '\\00002C\\000020', ', ' | Set-Content '%filePath%'"
Just paste this code into your Post-Build Event Command window and the CSS should be fixed!