2017 © Pedro Peláez
 

symfony-bundle resource-bundle

This Bundle proviedes functionality for bundeling and minifing resources

image

freefair/resource-bundle

This Bundle proviedes functionality for bundeling and minifing resources

  • Sunday, July 24, 2016
  • by Frisch12
  • Repository
  • 2 Watchers
  • 0 Stars
  • 26 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Symfony Resource Bundle

Configuration

resource_bundle:
    asset_dir: "assets"                             # path to directory where assets are located
    bower_dir: "assets/bower"                       # path to directory where to find bower-components
    bundles:
        style:
            minify: false                           # If true bundled files will minified before delivery
            debug: true                             # If true files are not bundled
            name: "TestCssBundle"                   # Just a free text
            type: "text/css"                        # Mime-Type of files containing in this bundle
            files:
                - "bower:angular-material"          # Bower component matching
                - "css/style.css"                   # Simple file matching
                - "css/*.css"                       # Wildcard file matching (** matching sub directories)
                - "file:regex:css/([^/]+).css"      # Regular expression file matching

Usage in TWIG

{{ renderBundle("style") }}

The Versions

24/07 2016

dev-master

9999999-dev http://freefair.io

This Bundle proviedes functionality for bundeling and minifing resources

  Sources   Download

MIT

The Requires

 

by Dennis Fricke
by Lars Grefer

css javascript bundle assets js resources scss bundleing minifing

24/07 2016

v0.2.2

0.2.2.0 http://freefair.io

This Bundle proviedes functionality for bundeling and minifing resources

  Sources   Download

MIT

The Requires

 

by Dennis Fricke
by Lars Grefer

css javascript bundle assets js resources scss bundleing minifing

07/06 2016

v0.2.1

0.2.1.0 http://freefair.io

This Bundle proviedes functionality for bundeling and minifing resources

  Sources   Download

MIT

The Requires

 

by Dennis Fricke
by Lars Grefer

css javascript bundle assets js resources scss bundleing minifing

10/02 2016

v0.2

0.2.0.0 http://freefair.io

This Bundle proviedes functionality for bundeling and minifing resources

  Sources   Download

MIT

The Requires

 

by Dennis Fricke
by Lars Grefer

css javascript bundle assets js resources scss bundleing minifing

07/02 2016

v0.1

0.1.0.0 http://freefair.io

This Bundle proviedes functionality for bundeling and minifing resources

  Sources   Download

MIT

The Requires

 

by Dennis Fricke
by Lars Grefer

css javascript bundle assets js resources scss bundleing minifing