Skip to content

Commit

Permalink
finishing tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Macneil committed Apr 9, 2017
1 parent 0eb7dd1 commit ddef580
Show file tree
Hide file tree
Showing 16 changed files with 65,458 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/dotnetGigs/.angular-cli.json
Expand Up @@ -6,7 +6,7 @@
"apps": [
{
"root": "src",
"outDir": "dist",
"outDir": "wwwroot",
"assets": [
"assets",
"favicon.ico"
Expand Down
3 changes: 3 additions & 0 deletions src/dotnetGigs/dotnetGigs.csproj
Expand Up @@ -9,4 +9,7 @@
<PackageReference Include="Microsoft.AspNetCore" Version="1.1.1" />
<PackageReference Include="microsoft.aspnetcore.staticfiles" Version="1.1.1" />
</ItemGroup>
<Target Name="AngularBuild" AfterTargets="Build">
<Exec Command="npm run build" />
</Target>
</Project>
Binary file added src/dotnetGigs/wwwroot/favicon.ico
Binary file not shown.
14 changes: 14 additions & 0 deletions src/dotnetGigs/wwwroot/index.html
@@ -0,0 +1,14 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>DotnetGigs</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root>Loading...</app-root>
<script type="text/javascript" src="inline.bundle.js"></script><script type="text/javascript" src="polyfills.bundle.js"></script><script type="text/javascript" src="scripts.bundle.js"></script><script type="text/javascript" src="styles.bundle.js"></script><script type="text/javascript" src="vendor.bundle.js"></script><script type="text/javascript" src="main.bundle.js"></script></body>
</html>
146 changes: 146 additions & 0 deletions src/dotnetGigs/wwwroot/inline.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/dotnetGigs/wwwroot/inline.bundle.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ddef580

Please sign in to comment.