Created
October 24, 2012 18:02
-
-
Save lavoiesl/3947737 to your computer and use it in GitHub Desktop.
Revisions
-
lavoiesl created this gist
Oct 24, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ <?php // app/config/assets_version.php $container->loadFromExtension('framework', array( 'templating' => array( 'engines' => array('twig'), 'assets_version' => exec('git rev-parse --short HEAD'), ), )); This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ # app/config/config.yml imports: - { resource: parameters.yml } #... - { resource: assets_version.php }