@martychc23
I think it is related to this
Seal can verify that packages installed during development are identical to those installed during deployment. The standard npm shrinkwrap only ensures that package versions are the same, but does not verify contents. seal checks the shasum of the package tarballs downloaded by npm during development and deployment to ensure they are the same.
https://github.com/zaach/npm-seal/blob/master/lib/seal.js
https://github.com/futtta/autoptimize/blob/master/classes/autoptimizeConfig.php#L229
-
This reply was modified 9 years, 6 months ago by
Luke Cavanagh. Reason: clarify wording
if I remember correctly, seal.js was a 3rd party js thingie used to display a page’s SSL certificate status on thy fly. it needed to excluded because at the time AO moved non-aggregated JS around (it still can, but does not by default any more) and it did a document.write or so.
that being said, you can safely remove it, I just left it in there as an example 🙂
frank
Thread Starter
Anonymous User 14978628
(@anonymized-14978628)
Thanks guys, i will remove it from the exclude list.