From c16d19c3f5b73740f74fc5316b3b9e57711c796d Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 6 Apr 2023 21:39:59 +0000 Subject: [PATCH] README: mention the new log file --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 824069f..d98ece4 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,16 @@ Note that after making changes to CSS files, and deploying them on your system (`make install`), you might need to restart firefox _twice_ before changes are applied. +## Log file + +The `src/mobile-config-autoconfig.js` script generates `userChrome.css` and +`userContent.css` while Firefox starts. It logs to your Firefox profile +directory, find the log file with: + +``` +$ find ~/.mozilla -name mobile-config-firefox.log +``` + ## Coding guidelines * Don't make longer lines than 79 columns where possible (like in PEP-8)