Changes between Version 1 and Version 2 of Ticket #36236
- Timestamp:
- Mar 8, 2025, 7:31:50 AM (38 hours ago)
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`.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`. 2 2 3 3 `//# sourceMappingURL=moment-with-locales.min.js.map`