Currently, when a change is pushed to the project, I need to manually "combine" the CSS and JS files. Then increment the version number. Then calculate the SRI value for the new version. Even with the helper scripts for PS and BASH, this is not suitable... For example, when accepting a PR, I have to accept the PR, then combine the files. This is lots of work for a programmer in 2019!
Solution: Add some sort of automated deployment method using CI, or maybe GitHub Actions.
Currently, when a change is pushed to the project, I need to manually "combine" the CSS and JS files. Then increment the version number. Then calculate the SRI value for the new version. Even with the helper scripts for PS and BASH, this is not suitable... For example, when accepting a PR, I have to accept the PR, then combine the files. This is lots of work for a programmer in 2019!
Solution: Add some sort of automated deployment method using CI, or maybe GitHub Actions.