Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/README.md')
-rw-r--r--js/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/README.md b/js/README.md
index 052607fd50..0024e95779 100644
--- a/js/README.md
+++ b/js/README.md
@@ -49,6 +49,9 @@ The js/ folder contains:
This will generate the minify /path/to/piwik/js/piwik.min.js and copy it to
/path/to/piwik/piwik.js. Both "js/piwik.min.js" and "piwik.js" need to be committed.
+
+ We recommend to execute this command under Linux. It has not been tested with Windows and
+ MacOS might add a trailing newline which fails tests.
* In a production environment, the tests/javascript folder is not used and can
be removed (if present).