@@ -6,7 +6,7 @@ Combining, Compiling and Minimizing Web Assets with PHP Libraries
6
6
7
7
The official Symfony Best Practices recommend to use Assetic to
8
8
:doc: `manage web assets </best_practices/web-assets >`, unless you are
9
- comfortable with JavaScript-based frontend tools.
9
+ comfortable with JavaScript-based front-end tools.
10
10
11
11
Even if those JavaScript-based solutions are the most suitable ones from a
12
12
technical point of view, using pure PHP alternative libraries can be useful in
@@ -17,14 +17,14 @@ some scenarios:
17
17
applications;
18
18
* If you want to simplify application deployment.
19
19
20
- In this article you'll learn how to combine and minimize CSS and JavaScript files
21
- and how to compile Sass SCSS files using PHP only libraries with Assetic.
20
+ In this article, you'll learn how to combine and minimize CSS and JavaScript files
21
+ and how to compile Sass files using PHP only libraries with Assetic.
22
22
23
23
Installing the Third-Party Compression Libraries
24
24
------------------------------------------------
25
25
26
- Assetic includes a lot of ready-to-use filters but it doesn't include their
27
- associated libraries. Therefore, before enabling the filters used in this article
26
+ Assetic includes a lot of ready-to-use filters, but it doesn't include their
27
+ associated libraries. Therefore, before enabling the filters used in this article,
28
28
you must install two libraries. Open a command console, browse to your project
29
29
directory and execute the following commands:
30
30
0 commit comments