@@ -100,7 +100,7 @@ defined by Assetic:
100
100
<head>
101
101
<!-- ... -->
102
102
103
- {% stylesheets filter="? scssphp" output="css/app.css"
103
+ {% stylesheets filter="scssphp" output="css/app.css"
104
104
"assets/scss/bootstrap.scss"
105
105
"assets/scss/font-awesome.scss"
106
106
"assets/css/*.css"
@@ -112,10 +112,6 @@ This simple configuration compiles the SCSS files into regular CSS files, combin
112
112
all of them, minimizes the contents and saves the output in the ``web/css/app.css ``
113
113
file, which is the one that is served to your visitors.
114
114
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
-
119
115
Combining and Minimizing JavaScript Files
120
116
-----------------------------------------
121
117
@@ -151,6 +147,6 @@ This simple configuration combines all the JavaScript files, minimizes the conte
151
147
and saves the output in the ``web/js/app.js `` file, which is the one that is
152
148
served to your visitors.
153
149
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