Changes between Initial Version and Version 1 of Ticket #36236


Ignore:
Timestamp:
Mar 8, 2025, 7:30:10 AM (37 hours ago)
Author:
ElJeffe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36236 – Description

    initial v1  
    1 I have some vendor files that include things like this, 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 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`.
     2
    23`//# sourceMappingURL=moment-with-locales.min.js.map`
    34
    45----
    56
     7
     8{{{
    69Post-processing 'theme/vendor/daterangepicker/node_modules/moment/min/moment-with-locales.min.js' failed!
    710
     
    4649    )
    4750ValueError: The file 'theme/vendor/daterangepicker/node_modules/moment/min/moment-with-locales.min.js.map' could not be found with <django.contrib.staticfiles.storage.ManifestStaticFilesStorage object at 0xffffa4016900>.
     51
     52}}}
Back to Top