You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Beam JIRA Bot (Jira)" <ji...@apache.org> on 2021/11/13 17:27:00 UTC

[jira] [Commented] (BEAM-12644) JavaScript files are not productionized

    [ https://issues.apache.org/jira/browse/BEAM-12644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443152#comment-17443152 ] 

Beam JIRA Bot commented on BEAM-12644:
--------------------------------------

This issue is assigned but has not received an update in 30 days so it has been labeled "stale-assigned". If you are still working on the issue, please give an update and remove the label. If you are no longer working on the issue, please unassign so someone else may work on it. In 7 days the issue will be automatically unassigned.

> JavaScript files are not productionized
> ---------------------------------------
>
>                 Key: BEAM-12644
>                 URL: https://issues.apache.org/jira/browse/BEAM-12644
>             Project: Beam
>          Issue Type: Bug
>          Components: website
>            Reporter: David Huntsperger
>            Assignee: Irwin Alejandro Rodirguez Ramirez
>            Priority: P2
>              Labels: stale-P2, stale-assigned
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> The custom JavaScript files for the website are not minified, bundled, or productionized in any way. They're served with static names, e.g. language-switcher.js. As a result, the browser loads cached versions of the files, even after we deploy changes. We should minify and bundle the JS files, and then deploy them with a GUID in the filename.
>  
> Hugo supports [JavaScript building|https://gohugo.io/hugo-pipes/js/], so that might provide a solution.
>  
> As an alternative fix, we could see if the config on the Cloud Storage bucket can be changed in some way to prevent the aggressive caching. The browser seems to reload JS files on the staging server, which could indicate a difference in config between the staging bucket and prod bucket.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)