Skip to content

Commit

Permalink
Force asset compile when launched from VS
Browse files Browse the repository at this point in the history
  • Loading branch information
xezno committed Sep 7, 2024
1 parent 8a15f83 commit 766b4c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 766b4c9

Please sign in to comment.