forked from symfony/symfony-standard
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
This is how it looks
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
Labels
No labels