From 9fc33b19c405041ea8a56198a975ac83c62af84e Mon Sep 17 00:00:00 2001 From: RaidMax Date: Tue, 10 Apr 2018 20:08:14 -0500 Subject: [PATCH] build events for shared library added bower and nuget package --- .gitignore | 6 +++++- Plugins/Stats/Stats.csproj | 4 ---- SharedLibraryCore/SharedLibraryCore.csproj | 4 ++++ WebfrontCore/WebfrontCore.csproj | 1 + 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 55aa13a5a..2ba5cbe26 100644 --- a/.gitignore +++ b/.gitignore @@ -217,4 +217,8 @@ __pycache__/ # Windows thumbnail cache files Thumbs.db -DEPLOY \ No newline at end of file +DEPLOY +global.min.css +global.min.js +bootstrap-custom.css +bootstrap-custom.min.css \ No newline at end of file diff --git a/Plugins/Stats/Stats.csproj b/Plugins/Stats/Stats.csproj index 927ca6841..8162a3f09 100644 --- a/Plugins/Stats/Stats.csproj +++ b/Plugins/Stats/Stats.csproj @@ -17,10 +17,6 @@ - - - - diff --git a/SharedLibraryCore/SharedLibraryCore.csproj b/SharedLibraryCore/SharedLibraryCore.csproj index dc28cd0d3..7b19e1910 100644 --- a/SharedLibraryCore/SharedLibraryCore.csproj +++ b/SharedLibraryCore/SharedLibraryCore.csproj @@ -21,4 +21,8 @@ + + + + diff --git a/WebfrontCore/WebfrontCore.csproj b/WebfrontCore/WebfrontCore.csproj index 1d2743b5f..e2937c846 100644 --- a/WebfrontCore/WebfrontCore.csproj +++ b/WebfrontCore/WebfrontCore.csproj @@ -34,6 +34,7 @@ +