Skip to content

Commit 8f3a170

Browse files
committed
fixing links in table
1 parent cd9f3cd commit 8f3a170

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

frontend/encore/versus-assetic.rst

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,26 @@ still works well.
88

99
So 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

Comments
 (0)