Skip to content

404s regarding js bundles #4

@bcanvural

Description

@bcanvural

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions