2017 © Pedro Peláez
 

library bundlefu-twig-extension

Twig extension for BundleFu

image

dotsunited/bundlefu-twig-extension

Twig extension for BundleFu

  • Saturday, February 7, 2015
  • by jsor
  • Repository
  • 7 Watchers
  • 3 Stars
  • 527 Installations
  • PHP
  • 1 Dependents
  • 1 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

Twig extension for BundleFu

Build Status, (*1)

The BundleFuTwigExtension integrates BundleFu into the Twig template engine., (*2)

Installation

BundleFuTwigExtension can be installed using the Composer tool. You can either add dotsunited/bundlefu-twig-extension to the dependencies in your composer.json, or if you want to install BundleFuTwigExtension as standalone, go to the main directory and run:, (*3)

$ wget http://getcomposer.org/composer.phar 
$ php composer.phar install

You can then use the composer-generated autoloader to access the BundleFuTwigExtension classes:, (*4)

<?php
require 'vendor/autoload.php';
?>

Usage

Register the BundleFuExtension to your Twig environment:, (*5)

addExtension($extension);
?>

The extension uses the factory to create bundle instances. See the BundleFu documentation about how to configure the factory., (*6)

The extension exposes a new bundle tag with the following syntax:, (*7)

{% bundle name='test_bundle'
          doc_root = '/my/docroot'
          bypass=false
          render_as_xhtml=true
          css_filter='css_filter'
          js_filter='js_filter'
          css_cache_path='cache'
          js_cache_path='cache'
          css_cache_url='/cache'
          js_cache_url='/cache'
%}
<link href="/css_1.css" media="screen" rel="stylesheet" type="text/css"/>
<script src="/js_1.js" type="text/javascript"></script>
{% endbundle %}

License

BundleFuTwigExtension is released under the MIT License., (*8)

The Versions

07/02 2015

dev-master

9999999-dev https://github.com/dotsunited/BundleFuTwigExtension

Twig extension for BundleFu

  Sources   Download

MIT

The Requires

 

twig css extension javascript asset bundling

10/08 2012

v1.0.0

1.0.0.0 https://github.com/dotsunited/BundleFuTwigExtension

Twig extension for BundleFu

  Sources   Download

MIT

The Requires

 

twig css extension javascript asset bundling

29/02 2012

0.9.0

0.9.0.0 https://github.com/dotsunited/BundleFuTwigExtension

Twig extension for BundleFu

  Sources   Download

New BSD

The Requires

 

twig css extension javascript asset bundling