Skip to content

Instantly share code, notes, and snippets.

@Laulibrius
Laulibrius / AppBundle.php
Created October 5, 2015 15:25
Symfony: Add an asset package with filemtime versionning. Use of a compiler pass and a tagged service.
<?php
namespace AppBundle;
use AppBundle\DependencyInjection\Compiler\AssetCompilerPass;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class AppBundle extends Bundle
{