'au build' is complaining about missing html file when installed via cli for .net core
See original GitHub issueI’m submitting a bug report
- Library Version: 0.20.1
Please tell us about your environment:
-
Operating System: Windows 8.1
-
Node Version: 4.4.4
-
NPM Version: 3.10.5
-
Language: TypeScript
Current behavior:
‘au build’ is erroring for new .net core site.
Expected/desired behavior:
- Create a new Asp.net Core website. (C:/Projects/AureliaTest)
- Open cmd line, nav to root folder where the wwwroot exists (C:/Projects/AureliaTest/src/AureliaTest)
- Run ‘au new --here’ <---- important
- Choose 2 (ASP.NET Core)
- Choose 2 (Typescript)
- Choose 2 (Less)
- Choose 2 (No unit testing)
- Choose 1 (Yes, create project)
- Choose 1 (Yes, Install Dependencies) =Wait to finish=
- Type ‘au build’ It will error stating ‘Error: No index file found at “index.html”’
- What is the expected behavior? It should not complain about a missing index file. This does not happen when creating project via the ‘au new [name]’ command
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Troubleshoot .NET tool usage issues - Microsoft Learn
Possible reasons for this include: * You misspelled a built-in dotnet command. * You intended to execute a .NET program, but dotnet-xyz does...
Read more >CLI's built-in Bundler - Aurelia
Deploying Your App. Run build command au build --env prod , then copy following items to the main deployment folder on your server:...
Read more >1. Solutions and Projects - Mastering Visual Studio .NET [Book]
Solutions are the containers for all your work in VS.NET. A solution contains a project for each build output. (For example, if you...
Read more >Publishing and Running ASP.NET Core Applications with IIS
In this post I'll give an overview of the architecture and show you how to deploy your ASP.NET Core applications using IIS on...
Read more >GNU gettext utilities
8.3.1 Completing GNU gettext Installation; 8.3.2 Main PO mode Commands ... Files; 11.2.4 How to specify the output character set gettext uses; 11.2.5...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi, I can’t seem to find an open issue regarding this, and this bug is still happening as of v0.22.0
Yep, thats the way!