elgentos / ExtendedAoeJsCssTstamp

Extends Aoe_JsCssTstamp to also version JS files that were included with addJs instead of addItem
4 stars 2 forks source link
magento-extension

DEPRECATED - fixed in v0.8.2 version of Aoe_JsCssTstamp

elgentos ExtendedAoeJsCssTstamp

This extends the behavior of Aoe_JsCssTstamp to also version files that are added through addJs instead of addItem, in both the frontend as well as the backend.

Example before;

<script type="text/javascript" src="https://www.example.com/js/prototype/prototype.js"></script>

Example after;

<script type="text/javascript" src="https://www.example.com/js/prototype/prototype.1478599408.js"></script>