From a2bde750be2a3850e6b6e0e242145b27637265b6 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Thu, 25 May 2017 10:51:14 +0100 Subject: [PATCH] Make templates auto-run webpack on Debug build if wwwroot/dist is not already present --- templates/AngularSpa/AngularSpa.csproj | 10 +++++++++- templates/AureliaSpa/AureliaSpa.csproj | 10 +++++++++- templates/KnockoutSpa/KnockoutSpa.csproj | 10 +++++++++- templates/ReactReduxSpa/ReactReduxSpa.csproj | 10 +++++++++- templates/ReactSpa/ReactSpa.csproj | 10 +++++++++- templates/VueSpa/VueSpa.csproj | 10 +++++++++- 6 files changed, 54 insertions(+), 6 deletions(-) diff --git a/templates/AngularSpa/AngularSpa.csproj b/templates/AngularSpa/AngularSpa.csproj index fc625cd..5643f98 100644 --- a/templates/AngularSpa/AngularSpa.csproj +++ b/templates/AngularSpa/AngularSpa.csproj @@ -21,7 +21,15 @@ - + + + + + + + + diff --git a/templates/AureliaSpa/AureliaSpa.csproj b/templates/AureliaSpa/AureliaSpa.csproj index 0471a27..9d33955 100644 --- a/templates/AureliaSpa/AureliaSpa.csproj +++ b/templates/AureliaSpa/AureliaSpa.csproj @@ -16,7 +16,15 @@ - + + + + + + + + diff --git a/templates/KnockoutSpa/KnockoutSpa.csproj b/templates/KnockoutSpa/KnockoutSpa.csproj index 0471a27..9d33955 100644 --- a/templates/KnockoutSpa/KnockoutSpa.csproj +++ b/templates/KnockoutSpa/KnockoutSpa.csproj @@ -16,7 +16,15 @@ - + + + + + + + + diff --git a/templates/ReactReduxSpa/ReactReduxSpa.csproj b/templates/ReactReduxSpa/ReactReduxSpa.csproj index fc625cd..5643f98 100644 --- a/templates/ReactReduxSpa/ReactReduxSpa.csproj +++ b/templates/ReactReduxSpa/ReactReduxSpa.csproj @@ -21,7 +21,15 @@ - + + + + + + + + diff --git a/templates/ReactSpa/ReactSpa.csproj b/templates/ReactSpa/ReactSpa.csproj index 0471a27..9d33955 100644 --- a/templates/ReactSpa/ReactSpa.csproj +++ b/templates/ReactSpa/ReactSpa.csproj @@ -16,7 +16,15 @@ - + + + + + + + + diff --git a/templates/VueSpa/VueSpa.csproj b/templates/VueSpa/VueSpa.csproj index 0471a27..9d33955 100644 --- a/templates/VueSpa/VueSpa.csproj +++ b/templates/VueSpa/VueSpa.csproj @@ -16,7 +16,15 @@ - + + + + + + + +