Thanks to visit codestin.com
Credit goes to github.com

Skip to content

My symfony-bootstrap isnt showing the styles #38

@RodolVelasco

Description

@RodolVelasco

This is how it looks

http://prntscr.com/3x65kq

I followed the steps for installing symfony bootstrap. I installed composer, node, lessc. then I ran php composer.phar, then php app/console assetic:dump and give me this error http://prntscr.com/3x66x9

this is my config.yml its installed in windows

# Assetic Configuration
assetic:
    debug:          %kernel.debug%
    use_controller: false
   filters:
       less:
           node: C:\Program Files\nodejs
           node_paths: [ C:\Users\itiges\AppData\Roaming\npm\node_modules\less\lib, C:\Program Files\nodejs\node_modules ]
           apply_to: "\.less$"
       cssrewrite: ~
       cssembed:
           jar: %kernel.root_dir%/Resources/java/cssembed-0.3.6.jar
           apply_to: "\.css$|\.less$"
       yui_css:
           jar: %kernel.root_dir%/Resources/java/yuicompressor-2.4.6.jar
           apply_to: "\.css$"
       yui_js:
           jar: %kernel.root_dir%/Resources/java/yuicompressor-2.4.6.jar

Its too complicated to install this. What routes do I need to specify with lesscss. I just dont get it

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions