You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
thanks for your input. The JS errors seem strange to me, I'll see if I can reproduce. I'll also check the build errors regarding the dependencies and update it if necessary.
I just trried to reproduce your error, but had no success. When I start the application, I get no errors on the console or in the dev tools network tab, except for the favicon, which is intentional. When I open http://localhost:8080/site/js/angular/polyfills.bundle.js it also shows the JS correctly and unter site/src/main/webapp/js/angular there are the needed files.
The only thing I can image, is that the node build does not work properly on your machine. That should result in missing files unter site/src/main/webapp/js/angular and errors during build.
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
The text was updated successfully, but these errors were encountered: