mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 10:08:57 +00:00
Further workarounds for https://github.com/dotnet/cli/issues/1396
This commit is contained in:
9
templates/Angular2Spa/ClientApp/dist/_placeholder.txt
vendored
Normal file
9
templates/Angular2Spa/ClientApp/dist/_placeholder.txt
vendored
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
------------------------------------------------------------------
|
||||||
|
Don't delete this file. Do include it in your source control repo.
|
||||||
|
------------------------------------------------------------------
|
||||||
|
|
||||||
|
This file exists as a workaround for https://github.com/dotnet/cli/issues/1396
|
||||||
|
('dotnet publish' does not publish any directories that didn't exist or were
|
||||||
|
empty before the publish script started).
|
||||||
|
|
||||||
|
Hopefully, this can be removed after the move to the new MSBuild.
|
||||||
@@ -28,8 +28,13 @@ Obj/
|
|||||||
|
|
||||||
# Visual Studio 2015 cache/options directory
|
# Visual Studio 2015 cache/options directory
|
||||||
.vs/
|
.vs/
|
||||||
/wwwroot/dist/
|
/wwwroot/dist/**
|
||||||
/ClientApp/dist/
|
/ClientApp/dist/**
|
||||||
|
|
||||||
|
# Workaround for https://github.com/aspnet/JavaScriptServices/issues/235
|
||||||
|
!/wwwroot/dist/_placeholder.txt
|
||||||
|
!/ClientApp/dist/_placeholder.txt
|
||||||
|
|
||||||
|
|
||||||
# MSTest test Results
|
# MSTest test Results
|
||||||
[Tt]est[Rr]esult*/
|
[Tt]est[Rr]esult*/
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
------------------------------------------------------------------
|
||||||
|
Don't delete this file. Do include it in your source control repo.
|
||||||
|
------------------------------------------------------------------
|
||||||
|
|
||||||
This file exists as a workaround for https://github.com/dotnet/cli/issues/1396
|
This file exists as a workaround for https://github.com/dotnet/cli/issues/1396
|
||||||
('dotnet publish' does not publish any directories that didn't exist or were
|
('dotnet publish' does not publish any directories that didn't exist or were
|
||||||
empty before the publish script started, which means it's not enough just to
|
empty before the publish script started, which means it's not enough just to
|
||||||
|
|||||||
9
templates/Angular2Spa/wwwroot/dist/_placeholder.txt
vendored
Normal file
9
templates/Angular2Spa/wwwroot/dist/_placeholder.txt
vendored
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
------------------------------------------------------------------
|
||||||
|
Don't delete this file. Do include it in your source control repo.
|
||||||
|
------------------------------------------------------------------
|
||||||
|
|
||||||
|
This file exists as a workaround for https://github.com/dotnet/cli/issues/1396
|
||||||
|
('dotnet publish' does not publish any directories that didn't exist or were
|
||||||
|
empty before the publish script started).
|
||||||
|
|
||||||
|
Hopefully, this can be removed after the move to the new MSBuild.
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "generator-aspnetcore-spa",
|
"name": "generator-aspnetcore-spa",
|
||||||
"version": "0.3.2",
|
"version": "0.3.3",
|
||||||
"description": "Single-Page App templates for ASP.NET Core",
|
"description": "Single-Page App templates for ASP.NET Core",
|
||||||
"author": "Microsoft",
|
"author": "Microsoft",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user