Changes between Version 4 and Version 5 of Ticket #36236


Ignore:
Timestamp:
Mar 9, 2025, 7:57:24 AM (6 months ago)
Author:
ElJeffe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36236 – Description

    v4 v5  
    1 I have some static vendor files that include commented out map files, which causes a value error on hashing.  Since it's commented, shouldn't it be ignored.  If not, shouldn't it be ignored if I include `--ignore 'js.map'`.  Neither of those happen, which causes an error when trying to use `ManifestStaticFilesStorage`.
     1I have some static vendor files that include commented out map files, which causes a value error on hashing.  Since it's commented, shouldn't it be ignored.  If not, shouldn't it be ignored if I include `--ignore 'js.map'`.  Neither of those happen, which causes an error when trying to use `ManifestStaticFilesStorage`. 
    22
    33`//# sourceMappingURL=moment-with-locales.min.js.map`
    44`/*# sourceMappingURL=bootstrap.min.css.map */`
     5
     6I've run into other fonts or files that are missing in vendor files. If a file is missing during the hashing, can it just be skipped?  This is not a linter.. do what is there, don't fail it.
    57
    68----
Back to Top