Changes between Version 1 and Version 2 of Ticket #36236


Ignore:
Timestamp:
Mar 8, 2025, 7:31:50 AM (38 hours ago)
Author:
ElJeffe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36236 – Description

    v1 v2  
    1 I have some 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`
Back to Top