README: mention the new log file

This commit is contained in:
Oliver Smith 2023-04-06 21:39:59 +00:00
parent d2992be5eb
commit c16d19c3f5
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -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 system (`make install`), you might need to restart firefox _twice_ before
changes are applied. 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 ## Coding guidelines
* Don't make longer lines than 79 columns where possible (like in PEP-8) * Don't make longer lines than 79 columns where possible (like in PEP-8)