Commit 9df83c2a663b166ac361bf997808653ccdd50b70

Authored by Eduardo Santos
Committed by www-data
1 parent d33c5839
Exists in master and in 1 other branch 3.1

Altera configuração do NodeJS

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/config/config.yml
... ... @@ -56,8 +56,8 @@ assetic:
56 56 file: "%kernel.root_dir%/../vendor/leafo/lessphp/lessc.inc.php"
57 57 apply_to: "\.less$"
58 58 less:
59   - node: /usr/bin/nodejs
60   - node_paths: [/usr/lib/nodejs]
  59 + node: /usr/local/bin/node
  60 + node_paths: [/usr/local/lib/node_modules/]
61 61 apply_to: "\.less$"
62 62 cssrewrite: ~
63 63 assets:
... ...