1
1
.. index ::
2
2
single: Front-end; Assetic, Bootstrap
3
3
4
- Combining, Compiling and Minimizing Web Assets with Pure PHP Libraries
5
- ======================================================================
4
+ Combining, Compiling and Minimizing Web Assets with PHP Libraries
5
+ =================================================================
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
@@ -18,7 +18,7 @@ some scenarios:
18
18
* If you want to simplify application deployment.
19
19
20
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 pure PHP libraries with Assetic.
21
+ and how to compile Sass SCSS files using PHP only libraries with Assetic.
22
22
23
23
Installing the Third-Party Compression Libraries
24
24
------------------------------------------------
@@ -40,7 +40,7 @@ Organizing Your Web Asset Files
40
40
-------------------------------
41
41
42
42
This example shows the very common scenario of using the Bootstrap framework, the
43
- jQuery library, the FontAwesome icon font and some regular CSS and JavaScript
43
+ jQuery library, the FontAwesome icon fonts and some regular CSS and JavaScript
44
44
application files (called ``main.css `` and ``main.js ``). The recommended directory
45
45
structure for this set-up is the following:
46
46
0 commit comments