Skip to content

Commit fa63586

Browse files
committed
[#2775] Slight tweak because the node_paths actually has no default value
1 parent 6fe4510 commit fa63586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/assetic/apply_to_option.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ as you'll see here, files that have a specific extension. To show you how
99
to handle each option, let's suppose that you want to use Assetic's CoffeeScript
1010
filter, which compiles CoffeeScript files into Javascript.
1111

12-
The main configuration is just the paths to coffee, node and node_modules. These default
13-
respectively to ``/usr/bin/coffee``, ``/usr/bin/node`` and ``/usr/lib/node_modules``:
12+
The main configuration is just the paths to coffee, node and node_modules.
13+
An example configuration might look like this:
1414

1515
.. configuration-block::
1616

0 commit comments

Comments
 (0)