mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Only rebuild UI when files changed
This commit is contained in:
@@ -2,10 +2,11 @@ FileVersion = 1
|
|||||||
|
|
||||||
[Project]
|
[Project]
|
||||||
Name = "EditorUI"
|
Name = "EditorUI"
|
||||||
TargetType = "CustomBuild"
|
TargetType = "BeefLib"
|
||||||
StartupObject = "EditorUI.Program"
|
StartupObject = "EditorUI.Program"
|
||||||
|
|
||||||
[Configs.Debug.Win64]
|
[Configs.Debug.Win64]
|
||||||
|
BuildKind = "StaticLib"
|
||||||
BuildCommandsOnCompile = "IfFilesChanged"
|
BuildCommandsOnCompile = "IfFilesChanged"
|
||||||
BuildCommandsOnRun = "IfFilesChanged"
|
BuildCommandsOnRun = "IfFilesChanged"
|
||||||
PreBuildCmds = ["npm run build"]
|
PreBuildCmds = ["npm run build"]
|
||||||
|
|||||||
@@ -0,0 +1,11 @@
|
|||||||
|
//
|
||||||
|
// This file exists so that vite build will only happen, if a file in the src-directory changed
|
||||||
|
//
|
||||||
|
using System;
|
||||||
|
|
||||||
|
namespace EditorUI;
|
||||||
|
|
||||||
|
[AlwaysInclude]
|
||||||
|
struct EditorUIPlaceholder
|
||||||
|
{
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user