Código YAML:
Ver original
#app/config/config.yml assetic: lessphp: file: %kernel.root_dir%/../vendor/leafo/lessphp/lessc.inc.php apply_to: "\.less$" formatter: "lessjs|compressed|classic" preserve_comments: false
Código TWIG:
Ver original
{# app/Resources/views/base.html.twig #} <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>{% block titulo %}Inicio{% endblock %} - Profana</title> {% stylesheets '@ProfanaBundle/Resources/public/less/*' filter="cssrewrite" %} <link rel="stylesheet" href="{{ asset_url }}"> {% endstylesheets %}