Changes between Initial Version and Version 1 of Ticket #36236
- Timestamp:
- Mar 8, 2025, 7:30:10 AM (37 hours ago)
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`. 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`. 2 2 3 `//# sourceMappingURL=moment-with-locales.min.js.map` 3 4 4 5 ---- 5 6 7 8 {{{ 6 9 Post-processing 'theme/vendor/daterangepicker/node_modules/moment/min/moment-with-locales.min.js' failed! 7 10 … … 46 49 ) 47 50 ValueError: 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 }}}