@@ -8,26 +8,26 @@ still works well.
8
8
9
9
So what are the differences between Assetic and Encore?
10
10
11
- +-------------------------+-------------------------------+-------------------------+
12
- | | Assetic | Encore +
13
- +-------------------------+-------------------------------+-------------------------+
14
- | Language | Pure PHP, relies on other | Node.js |
15
- | | language tools for some tasks | |
16
- +-------------------------+-------------------------------+-------------------------+
17
- | Combine assets? | Yes | Yes |
18
- +-------------------------+-------------------------------+-------------------------+
19
- | Minify assets? | Yes (when configured) | Yes (out-of-the-box) |
20
- +-------------------------+-------------------------------+-------------------------+
21
- | Process Sass/Less? | Yes | Yes |
22
- +-------------------------+-------------------------------+-------------------------+
23
- | Loads JS Modules?[1]_ | No | Yes |
24
- +-------------------------+-------------------------------+-------------------------+
25
- | Load CSS Deps in JS?[1] | No | Yes |
26
- +-------------------------+-------------------------------+-------------------------+
27
- | React, Vue.js support? | No[2]_ | Yes |
28
- +-------------------------+-------------------------------+-------------------------+
29
- | Support | Not actively maintained | Actively maintained |
30
- +-------------------------+-------------------------------+-------------------------+
11
+ +-------------------------- +-------------------------------+-------------------------+
12
+ | | Assetic | Encore +
13
+ +-------------------------- +-------------------------------+-------------------------+
14
+ | Language | Pure PHP, relies on other | Node.js |
15
+ | | language tools for some tasks | |
16
+ +-------------------------- +-------------------------------+-------------------------+
17
+ | Combine assets? | Yes | Yes |
18
+ +-------------------------- +-------------------------------+-------------------------+
19
+ | Minify assets? | Yes (when configured) | Yes (out-of-the-box) |
20
+ +-------------------------- +-------------------------------+-------------------------+
21
+ | Process Sass/Less? | Yes | Yes |
22
+ +-------------------------- +-------------------------------+-------------------------+
23
+ | Loads JS Modules? [1 ]_ | No | Yes |
24
+ +-------------------------- +-------------------------------+-------------------------+
25
+ | Load CSS Deps in JS? [1] | No | Yes |
26
+ +-------------------------- +-------------------------------+-------------------------+
27
+ | React, Vue.js support? | No [2 ]_ | Yes |
28
+ +-------------------------- +-------------------------------+-------------------------+
29
+ | Support | Not actively maintained | Actively maintained |
30
+ +-------------------------- +-------------------------------+-------------------------+
31
31
32
32
.. [1 ] JavaScript modules allow you to organize your JavaScript into small files
33
33
called modules and import them:
0 commit comments