Skip to content

Commit cc5b630

Browse files
committed
Reworded some wrong statements
1 parent 044cd73 commit cc5b630

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

cookbook/frontend/assetic_php.rst

+4-8
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ defined by Assetic:
100100
<head>
101101
<!-- ... -->
102102

103-
{% stylesheets filter="?scssphp" output="css/app.css"
103+
{% stylesheets filter="scssphp" output="css/app.css"
104104
"assets/scss/bootstrap.scss"
105105
"assets/scss/font-awesome.scss"
106106
"assets/css/*.css"
@@ -112,10 +112,6 @@ This simple configuration compiles the SCSS files into regular CSS files, combin
112112
all of them, minimizes the contents and saves the output in the ``web/css/app.css``
113113
file, which is the one that is served to your visitors.
114114

115-
The leading ``?`` character in the ``scssphp`` filter name indicates that it must
116-
be applied only when the ``debug`` mode is disabled in the application, which
117-
usually occurs in the production environment.
118-
119115
Combining and Minimizing JavaScript Files
120116
-----------------------------------------
121117

@@ -151,6 +147,6 @@ This simple configuration combines all the JavaScript files, minimizes the conte
151147
and saves the output in the ``web/js/app.js`` file, which is the one that is
152148
served to your visitors.
153149

154-
Similarly to the ``scssphp`` filter, the leading ``?`` character in the ``jsqueeze``
155-
filter name indicates that it must be applied only when the ``debug`` mode is
156-
disabled in the application, which usually occurs in the production environment.
150+
The leading ``?`` character in the ``jsqueeze`` filter name indicates that it must
151+
be applied only when the ``debug`` mode is disabled in the application, which
152+
usually occurs in the production environment.

0 commit comments

Comments
 (0)