Answer the question
In order to leave comments, you need to log in
Why can't I see include files after selling Angular 2?
After ng build -prod, index.html does not see any included file when it starts. All files are in one folder. Maybe it's all about the OS? (Ubuntu)
<!doctype html>
<html lang="en">
<head><meta charset="utf-8">
<title>WeatherApp</title>
<base href="/">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://use.fontawesome.com/de9be82dc2.js"></script>
<link href="styles.95dabff5527ad66fe6ba.bundle.css" rel="stylesheet"/>
</head>
<body>
<app-root>
</app-root>
<script type="text/javascript" src="inline.dc45a8da0a623fa5231d.bundle.js"></script>
<script type="text/javascript" src="polyfills.ab8304790a25edec7f7d.bundle.js"></script>
<script type="text/javascript" src="vendor.9d57074652daf3d119e2.bundle.js"></script>
<script type="text/javascript" src="main.2e5d50559584d207f19e.bundle.js"></script>
</body>
</html>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question