Julien Fastré 5c67a9098e allow delegation of block rendering
ref #12

In a template, you can now allow rendering of a block from other bundle.

The layout template must explicitly call the rendering of other block,
with the twig function

```
chill_delegated_block('block_name', { 'array' : 'with context' } )
```

This will launch an event
`Chill\MainBundle\Templating\Events\DelegatedBlockRenderingEvent` with
the event's name 'chill_block.block_name'.

You may add content to the page using the function
`DelegatedBlockRenderingEvent::addContent`.
2016-03-14 22:45:04 +01:00
..
2013-10-11 12:34:54 +02:00
2016-03-10 17:57:30 +01:00
2016-03-14 14:58:35 +01:00
2014-11-25 14:41:44 +01:00
2014-11-11 08:54:33 +01:00
2014-11-11 08:54:17 +01:00

ScratchCSS

Installation

npm install
grunt

Developpement : autoupdate

grunt watch

This command will copy all the css file into ../../../../web/bundles/chillmain/