-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi,
I saw that the following scripts give 404 when hit on site:
<@hst.link var="inlinejs" path="/js/angular/inline.bundle.js" />
<script type="text/javascript" src="${inlinejs}"></script><@hst.link var="polyfillsjs" path="/js/angular/polyfills.bundle.js" />
<script type="text/javascript" src="${polyfillsjs}"></script><@hst.link var="vendorjs" path="/js/angular/vendor.bundle.js" />
<script type="text/javascript" src="${vendorjs}"></script><@hst.link var="stylesjs" path="/js/angular/styles.bundle.js" />
<script type="text/javascript" src="${stylesjs}"></script><@hst.link var="mainjs" path="/js/angular/main.bundle.js" />
<script type="text/javascript" src="${mainjs}"></script>I don't see these js files in the project, maybe forgotton? or perhaps the webfile module's size limit prevented the webfile sync in your project
Metadata
Metadata
Assignees
Labels
No labels