From 766b4c9eabe617e21249bc7ed9cf834b80f68f5d Mon Sep 17 00:00:00 2001 From: Alex <12881812+xezno@users.noreply.github.com> Date: Sat, 7 Sep 2024 02:39:46 +0100 Subject: [PATCH] Force asset compile when launched from VS --- Source/MochaTool.AssetCompiler/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/MochaTool.AssetCompiler/Properties/launchSettings.json b/Source/MochaTool.AssetCompiler/Properties/launchSettings.json index c38ceab3..742e1dda 100644 --- a/Source/MochaTool.AssetCompiler/Properties/launchSettings.json +++ b/Source/MochaTool.AssetCompiler/Properties/launchSettings.json @@ -2,7 +2,7 @@ "profiles": { "Run Asset Compiler": { "commandName": "Project", - "commandLineArgs": "--mountpoints \"samples/mocha-minimal/content/\" \"content/core/\"", + "commandLineArgs": "--mountpoints \"samples/mocha-minimal/content/\" \"content/core/\" -f", "workingDirectory": "$(SolutionDir)..", "remoteDebugEnabled": false }