Searched refs:GlobAsset (Results 1 – 5 of 5) sorted by relevance
10 use Assetic\Asset\GlobAsset;13 new GlobAsset('/path/to/js/*'),48 use Assetic\Asset\GlobAsset;54 new GlobAsset('/path/to/css/*'),128 use Assetic\Asset\GlobAsset;132 $am->set('base_css', new GlobAsset('/path/to/css/*'));
49 * Fixed the support of asset variables in GlobAsset
29 * Fixed the handling of directories in the GlobAsset. #256
22 class GlobAsset extends AssetCollection class
19 use Assetic\Asset\GlobAsset; alias353 return new GlobAsset($glob, array(), $root, $vars);