Building project in production
See original GitHub issueHello, i have a problem with building application into the production. As far as i know, the output build should contain bundled css, js and html, which should be placed in the server. Unfortunately i cannot run build. Only the js files are created.
When i run npm run build
i obtain error. I restored the packages but not it take no effect. The same problem is in “clean” project.
What seems to be the problem ?
In addition there is no html generated.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Home - Project Production InstituteProject Production Institute
The Project Production Institute (PPI) addresses the root cause of major capital project ... Webinar: Application of Lean for Industrialized Construction.
Read more >3. The Design and Construction Process
In the case of industrial plants, the production or processing design and operation often dictate the site layout. A poor layout can cause...
Read more >10 Crucial Steps To Planning Your Manufacturing Plant's ...
10 Crucial Steps To Planning Your Manufacturing Plant's Construction · 1. Location & Land Acquisition · 2. Permits & Approvals · 3. Financing, ......
Read more >MANAGEMENT OF PRODUCTION IN CONSTRUCTION
Production theory, construction, project management, Last Planner. 1. Senior Research Scientist, VTT Building Technology, Concurrent Engineering, P.O.Box.
Read more >So, You Want to Be a Production Builder?
In production building, you try to make everything as replicable as possible. What will we pay for installation per outlet, per fixture, per ......
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 FreeTop 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
Top GitHub Comments
Yes, but when I did that I didn’t get a server.dll file that can run. Try running
dotnet server.dll
and see if you are able to run the dll without errors. And you will still need to change the'build'
argument to'../build'
since it will otherwise create a tree of build folders.yes @FluffyBucket you are right.
dotnet server.dll
is not running.