An open API service indexing awesome lists of open source software.

https://github.com/redco/twigjs-compiler

This library allows to compile twig templates to requireJS supported format
https://github.com/redco/twigjs-compiler

php requirejs twig twigjs

Last synced: 9 months ago
JSON representation

This library allows to compile twig templates to requireJS supported format

Awesome Lists containing this project

README

          

# TwigJS Compiler

## Configuration
Register external functions and filtres in file `.twigjs.yml` in the project dir. See example [here](https://github.com/redco/twigjs-compiler/blob/master/.twigjs.yml.dist)

## Usage

```shell
./bin/twigjs-compile views/twig/ views/twig-js/
```