Skip to content

Commit 4bfd294

Browse files
committed
MAGETWO-56915: Versioning of static files (CSS, JS, Fonts, Images, etc.) doesn't enabled by default - for mainline
- Apply changes made in 2.1 version
1 parent f66123e commit 4bfd294

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/code/Magento/Theme/etc/config.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,10 @@ Disallow: /*SID=
6464
</allowed_resources>
6565
</media_storage_configuration>
6666
</system>
67+
<dev>
68+
<static>
69+
<sign>1</sign>
70+
</static>
71+
</dev>
6772
</default>
6873
</config>

0 commit comments

Comments
 (0)