Skip to content

Latest commit

 

History

History
46 lines (44 loc) · 1.62 KB

configuration_reference.md

File metadata and controls

46 lines (44 loc) · 1.62 KB

SpBowerBundle Configuration Reference

All available configuration options are listed below with their default values.

# app/config/config.yml
sp_bower:
    install_on_warmup: false # Optional
    keep_bowerrc: true # Optional
    bin: /usr/bin/bower # Optional
    options:
        # You can add any option which are available in bower: http://bower.io/docs/api/#options
        offline: true # by default it's false, you have to add it to be true
    # assetic: ~
    assetic:
        enabled: true
        nest_dependencies: true
        # nest_dependencies:
            # all: false
            # bootstrap: true
        filters:
            css:
                - ?yui_css
            js:
                - ?uglifyjs
            packages:
                bootstrap:
                    css:
                        - cssrewrite
                    js:
                        - ?yui_js
    bundles:
        # DemoBundle: ~
        DemoBundle:
            config_dir: Resources/config/bower # Can be relative to the bundles root directory, absolute or a bundle notation
            asset_dir: ../../public/components # Can be relative to the config_dir directory, absolute or a bundle notation
            json_file: bower.json
            endpoint: https://bower.herokuapp.com
            # The cache to use for storing the dependencies (optional)
            cache:
                # The id of the cache service - It must implement the interface \Doctrine\Common\Cache\Cache
                id: ~
                directory: ../../public/components/cache
            # cache: /path/to/cache/directory