Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixing links in table
  • Loading branch information
weaverryan committed Jul 2, 2017
commit 8f3a170bf8a965c0fbc6d131edffe865c0e4f99f
40 changes: 20 additions & 20 deletions frontend/encore/versus-assetic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@ still works well.

So what are the differences between Assetic and Encore?

+-------------------------+-------------------------------+-------------------------+
| | Assetic | Encore +
+-------------------------+-------------------------------+-------------------------+
| Language | Pure PHP, relies on other | Node.js |
| | language tools for some tasks | |
+-------------------------+-------------------------------+-------------------------+
| Combine assets? | Yes | Yes |
+-------------------------+-------------------------------+-------------------------+
| Minify assets? | Yes (when configured) | Yes (out-of-the-box) |
+-------------------------+-------------------------------+-------------------------+
| Process Sass/Less? | Yes | Yes |
+-------------------------+-------------------------------+-------------------------+
| Loads JS Modules?[1]_ | No | Yes |
+-------------------------+-------------------------------+-------------------------+
| Load CSS Deps in JS?[1] | No | Yes |
+-------------------------+-------------------------------+-------------------------+
| React, Vue.js support? | No[2]_ | Yes |
+-------------------------+-------------------------------+-------------------------+
| Support | Not actively maintained | Actively maintained |
+-------------------------+-------------------------------+-------------------------+
+--------------------------+-------------------------------+-------------------------+
| | Assetic | Encore +
+--------------------------+-------------------------------+-------------------------+
| Language | Pure PHP, relies on other | Node.js |
| | language tools for some tasks | |
+--------------------------+-------------------------------+-------------------------+
| Combine assets? | Yes | Yes |
+--------------------------+-------------------------------+-------------------------+
| Minify assets? | Yes (when configured) | Yes (out-of-the-box) |
+--------------------------+-------------------------------+-------------------------+
| Process Sass/Less? | Yes | Yes |
+--------------------------+-------------------------------+-------------------------+
| Loads JS Modules? [1]_ | No | Yes |
+--------------------------+-------------------------------+-------------------------+
| Load CSS Deps in JS? [1] | No | Yes |
+--------------------------+-------------------------------+-------------------------+
| React, Vue.js support? | No [2]_ | Yes |
+--------------------------+-------------------------------+-------------------------+
| Support | Not actively maintained | Actively maintained |
+--------------------------+-------------------------------+-------------------------+

.. [1] JavaScript modules allow you to organize your JavaScript into small files
called modules and import them:
Expand Down