2017 © Pedro Peláez
 

symfony-bundle gulp-rev-bundle

The GulpRevBundle adds a simple twig filter for files revisioned with gulp-rev.

image

sayme/gulp-rev-bundle

The GulpRevBundle adds a simple twig filter for files revisioned with gulp-rev.

  • Wednesday, April 13, 2016
  • by sayme
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

GulpRevBundle

The GulpRevBundle adds a simple twig filter for files revisioned with gulp-rev., (*1)

Download and install GulpRevBundle

To install GulpRevBundle run the following command:, (*2)

``` bash $ php composer.phar require sayme/gulp-rev-bundle, (*3)


### Enable the bundle Enable the bundle in the kernel: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Sayme\GulpRevBundle\SaymeGulpRevBundle(), ); }

Changing the manifest_path and build_directory

Below are the default settings. You can change them to whatever you prefer., (*4)

``` yaml, (*5)

app/config/config.yml

sayme_gulp_rev: manifest_path: "%kernel.root_dir%/Resources/rev-manifest.json" build_dir: "build", (*6)


### Usage Add the asset_rev filter to your twig asssets.

```, (*7)

The Versions

13/04 2016

dev-master

9999999-dev

The GulpRevBundle adds a simple twig filter for files revisioned with gulp-rev.

  Sources   Download

MIT

The Requires

 

by Sami Piirainen

13/04 2016

1.0.0

1.0.0.0

The GulpRevBundle adds a simple twig filter for files revisioned with gulp-rev.

  Sources   Download

MIT

The Requires

 

by Sami Piirainen