@@ -8,26 +8,26 @@ still works well.
88
99So what are the differences between Assetic and Encore?
1010
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+ +-------------------------- +-------------------------------+-------------------------+
3131
3232.. [1 ] JavaScript modules allow you to organize your JavaScript into small files
3333 called modules and import them:
0 commit comments