Pathologic was missing because of a .git folder inside.
[yaffs-website] / web / modules / contrib / diff / README.txt
1 Diff module for Drupal 8
2 -------------------------------------
3
4 Allows the user to compare revisions with different layouts.
5
6 Requirements
7 ------------------
8
9 To use Diff you need to install and activate the
10 following modules:
11
12  * Entity
13
14 And the following libraries dependencies:
15  * php-htmldiff-advanced (Used for displaying the comparison as a rendered
16    entity)
17
18 Installation
19 ------------------
20
21 To use all the layout plugins provided by Diff please follow the next steps:
22
23  * Use composer to download the required dependencies. Run:
24    "composer require drupal/diff".
25
26  * Follow the link below for more information about composer and Drupal:
27    https://www.drupal.org/node/2404989