Opened 9 years ago
Closed 9 years ago
#26386 closed Bug (duplicate)
ManifestStaticFilesStorage not respecting commented lines in collect static - low priority
Description ¶
This line correctly caused a failure as file was missing
background-image: url('../images/add.gif');
However, this line also causes the error, which I was not expecting:
/*background-image: url('../images/add.gif');*/
Note:
See TracTickets
for help on using tickets.
Duplicate of #21080