07-28-2021, 08:06 PM
The errors you showed me has something to do with the browser not able to load the js files. This has nothing to do with the templates/plugins discussion.
If you notice the errors are referring to the "integrity" attribute in the script tag:
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
My guess is that this is some kind of a checksum and when you did a git checkout, it changed these files (different newlines, for example) in such a way that it no longer passed an integrity test. I had copied these attributes from their corresponding websites. I don't think they are necessary because we are using local versions and not downloading over the web.
If you notice the errors are referring to the "integrity" attribute in the script tag:
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
My guess is that this is some kind of a checksum and when you did a git checkout, it changed these files (different newlines, for example) in such a way that it no longer passed an integrity test. I had copied these attributes from their corresponding websites. I don't think they are necessary because we are using local versions and not downloading over the web.