We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 630af1d commit 933c7c8Copy full SHA for 933c7c8
cookbook/assetic/apply_to_option.rst
@@ -35,7 +35,7 @@ respectively to ``/usr/bin/coffee`` and ``/usr/bin/node``:
35
// app/config/config.php
36
$container->loadFromExtension('assetic', array(
37
'filters' => array(
38
- 'jpegoptim' => array(
+ 'coffee' => array(
39
'bin' => '/usr/bin/coffee',
40
'node' => '/usr/bin/node',
41
),
@@ -140,7 +140,7 @@ applied to all ``.coffee`` files:
140
141
142
143
144
145
146
'apply_to' => '\.coffee$',
0 commit comments