2017 © Pedro Peláez
 

symfony-bundle grunt-usemin-bundle

The GruntUseminBundle provides a Twig extension for using files processed with grunt-usemin when in production.

image

evolution7/grunt-usemin-bundle

The GruntUseminBundle provides a Twig extension for using files processed with grunt-usemin when in production.

  • Monday, June 30, 2014
  • by evolution7
  • Repository
  • 3 Watchers
  • 4 Stars
  • 2,480 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Evolution7GruntUseminBundle

The GruntUseminBundle contains an event listener for the kernel.controller event which prepends prod_path to the Twig template search path when in production., (*1)

This results in Twig template files processed with grunt-usemin to be used automatically., (*2)

Check out the Symfony Yeoman generator for example usage., (*3)

Installation

composer.json, (*4)

    "require": {
        "evolution7/grunt-usemin-bundle": "0.3.*"
    },

AppKernel.php:, (*5)

    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Evolution7\GruntUseminBundle\Evolution7GruntUseminBundle(),
            // ...
        );

Default Bundle Configuration

evolution7_grunt_usemin:
    dev_path:      "app/Resources"
    prod_path:     "app/dist/Resources"

License

MIT license Copyright (c) 2013, Evolution 7., (*6)

The Versions

30/06 2014

dev-master

9999999-dev https://github.com/Evolution7/GruntUseminBundle

The GruntUseminBundle provides a Twig extension for using files processed with grunt-usemin when in production.

  Sources   Download

MIT

The Requires

 

php grunt bundle symfony usemin evolution7 yeoman

30/06 2014

0.3.2

0.3.2.0 https://github.com/Evolution7/GruntUseminBundle

The GruntUseminBundle provides a Twig extension for using files processed with grunt-usemin when in production.

  Sources   Download

MIT

The Requires

 

php grunt bundle symfony usemin evolution7 yeoman

29/01 2014

0.3.1

0.3.1.0 https://github.com/Evolution7/GruntUseminBundle

The GruntUseminBundle provides a Twig extension for using files processed with grunt-usemin when in production.

  Sources   Download

MIT

The Requires

 

php grunt bundle symfony usemin evolution7 yeoman

15/10 2013

0.3.0

0.3.0.0 https://github.com/Evolution7/GruntUseminBundle

The GruntUseminBundle provides a Twig extension for using files processed with grunt-usemin when in production.

  Sources   Download

MIT

The Requires

 

php grunt bundle symfony usemin evolution7 yeoman

11/10 2013

0.2.0

0.2.0.0 https://github.com/Evolution7/GruntUseminBundle

The GruntUseminBundle provides a Twig extension for using files processed with grunt-usemin when in production.

  Sources   Download

MIT

The Requires

 

php grunt bundle symfony usemin evolution7 yeoman

11/10 2013

0.1.0

0.1.0.0 https://github.com/Evolution7/GruntUseminBundle

The GruntUseminBundle provides an include_manifest Twig helper function for including Grunt Usemin manifest files based on environment.

  Sources   Download

MIT

The Requires

 

php grunt bundle symfony usemin evolution7 yeoman