mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #34496 -- Fixed handling source maps with data URI in ManifestStaticFilesStorage.
Regression in 781b44240a.
This commit is contained in:
committed by
Mariusz Felisiak
parent
498195bda4
commit
fb535e0a90
@@ -0,0 +1,2 @@
|
||||
* {outline: 1px solid red;}
|
||||
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIl9zcmMv*/
|
||||
@@ -0,0 +1,2 @@
|
||||
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIl9zcmMv
|
||||
let a_variable = 1;
|
||||
Reference in New Issue
Block a user