Creative Commons License
This work is licensed under a
Creative Commons
Attribution-Share Alike 3.0
Unported License.

Master Symfony2 fundamentals

Be trained by SensioLabs experts (2 to 6 day sessions -- French or English).
trainings.sensiolabs.com

Symfony hosting done right

ServerGrove, outstanding support at the right price for your Symfony hosting needs.
servergrove.com

L'audit Qualité par SensioLabs

200 points de contrôle de votre applicatif web.
audit.sensiolabs.com
2.0 version

AsseticBundle Configuration Reference

AsseticBundle Configuration Reference

Full Default Configuration

  • YAML
    assetic:
        debug:                true
        use_controller:       true
        read_from:            %kernel.root_dir%/../web
        write_to:             %assetic.read_from%
        java:                 /usr/bin/java
        node:                 /usr/bin/node
        sass:                 /usr/bin/sass
        bundles:
    
            # Defaults (all currently registered bundles):
            - FrameworkBundle
            - SecurityBundle
            - TwigBundle
            - MonologBundle
            - SwiftmailerBundle
            - DoctrineBundle
            - AsseticBundle
            - ...
    
        assets:
    
            # Prototype
            name:
                inputs:               []
                filters:              []
                options:
    
                    # Prototype
                    name:                 []
        filters:
    
            # Prototype
            name:                 []
        twig:
            functions:
    
                # Prototype
                name:                 []