Skip to content

Commit 2258ac9

Browse files
committed
provide node path on configuration
If you no provide node path in assetic configuration, UglifyCssFilter throw a `RuntimeException: Path to node executable could not be resolved.`
1 parent 2319d6a commit 2258ac9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cookbook/assetic/uglifyjs.rst

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ your JavaScripts:
6666
6767
# app/config/config.yml
6868
assetic:
69+
node: /usr/bin/nodejs
6970
filters:
7071
uglifyjs2:
7172
# the path to the uglifyjs executable

0 commit comments

Comments
 (0)