File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ Static assets that do not contain anything environment-specific and are hosted
88
88
- <script src="main.js" type="text/javascript"></script>
89
89
90
90
+ <!-- permanent, reuseable -->
91
- + <script src="https://assets.myapp.com/apps/bae1407 /main.js" type="text/javascript"></script>
91
+ + <script src="https://assets.myapp.com/apps/1.0.2 /main.js" type="text/javascript"></script>
92
92
```
93
93
94
94
#### ` index.html ` defines the values of the globally scoped environment variables
@@ -135,7 +135,7 @@ The `index.html` of most single-page web applications is typically a small docum
135
135
<app-root ></app-root >
136
136
137
137
<!-- fully-qualified static assets -->
138
- <script src =" https://assets.myapp.com/apps/bae1407 /main.js" type =" text/javascript" ></script >
138
+ <script src =" https://assets.myapp.com/apps/1.0.2 /main.js" type =" text/javascript" ></script >
139
139
140
140
</body >
141
141
</html >
You can’t perform that action at this time.
0 commit comments