Skip to content
Snippets Groups Projects
Commit 362148a9 authored by Ievgen Kolesov's avatar Ievgen Kolesov
Browse files

MAGETWO-56915: Versioning of static files (CSS, JS, Fonts, Images, etc.)...

MAGETWO-56915: Versioning of static files (CSS, JS, Fonts, Images, etc.) doesn't enabled by default - for mainline
parent 5df01d48
No related merge requests found
...@@ -12,6 +12,9 @@ use Magento\Deploy\Console\Command\DeployStaticOptionsInterface as Options; ...@@ -12,6 +12,9 @@ use Magento\Deploy\Console\Command\DeployStaticOptionsInterface as Options;
use Magento\Deploy\Model\Deploy\TemplateMinifier; use Magento\Deploy\Model\Deploy\TemplateMinifier;
use Magento\Framework\App\State; use Magento\Framework\App\State;
/**
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
*/
class DeployManager class DeployManager
{ {
/** /**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment