Skip to content

Commit 09b4135

Browse files
1 parent 9bd9444 commit 09b4135

File tree

5 files changed

+30
-3
lines changed

5 files changed

+30
-3
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
------------------------------------------------------------------
2+
Don't delete this file. Do include it in your source control repo.
3+
------------------------------------------------------------------
4+
5+
This file exists as a workaround for https://github.com/dotnet/cli/issues/1396
6+
('dotnet publish' does not publish any directories that didn't exist or were
7+
empty before the publish script started).
8+
9+
Hopefully, this can be removed after the move to the new MSBuild.

templates/Angular2Spa/template_gitignore

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,13 @@ Obj/
2828

2929
# Visual Studio 2015 cache/options directory
3030
.vs/
31-
/wwwroot/dist/
32-
/ClientApp/dist/
31+
/wwwroot/dist/**
32+
/ClientApp/dist/**
33+
34+
# Workaround for https://github.com/aspnet/JavaScriptServices/issues/235
35+
!/wwwroot/dist/_placeholder.txt
36+
!/ClientApp/dist/_placeholder.txt
37+
3338

3439
# MSTest test Results
3540
[Tt]est[Rr]esult*/

templates/Angular2Spa/template_nodemodules_placeholder.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
------------------------------------------------------------------
2+
Don't delete this file. Do include it in your source control repo.
3+
------------------------------------------------------------------
4+
15
This file exists as a workaround for https://github.com/dotnet/cli/issues/1396
26
('dotnet publish' does not publish any directories that didn't exist or were
37
empty before the publish script started, which means it's not enough just to
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
------------------------------------------------------------------
2+
Don't delete this file. Do include it in your source control repo.
3+
------------------------------------------------------------------
4+
5+
This file exists as a workaround for https://github.com/dotnet/cli/issues/1396
6+
('dotnet publish' does not publish any directories that didn't exist or were
7+
empty before the publish script started).
8+
9+
Hopefully, this can be removed after the move to the new MSBuild.

templates/package-builder/src/yeoman/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-aspnetcore-spa",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "Single-Page App templates for ASP.NET Core",
55
"author": "Microsoft",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)