Skip to content

Instantly share code, notes, and snippets.

View chebaby's full-sized avatar
🏠
Working from home

Nour-Eddine ECH-CHEBABY chebaby

🏠
Working from home
View GitHub Profile
@chebaby
chebaby / GulpRevVersionStrategy.php
Created February 15, 2018 16:31
VersionStrategy for using assets versioned with gulp-rev in Symfony
<?php
namespace AppBundle\Twig;
use Exception;
use Symfony\Component\Asset\VersionStrategy\VersionStrategyInterface;
class GulpRevVersionStrategy implements VersionStrategyInterface
{
private $manifestFilename;