mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2025-10-14 12:55:54 +00:00
Combine the CSS files on FF startup
Instead of combining the CSS files during make, just install all of the fragments and let mobile-config-autoconfig.js combine them.
This commit is contained in:
parent
d676f135a8
commit
fe45bbc8dc
3 changed files with 150 additions and 54 deletions
|
@ -1,4 +1,4 @@
|
|||
/* Copyright 2022 Oliver Smith, Arnaud Ferraris
|
||||
/* Copyright 2023 Oliver Smith, Arnaud Ferraris
|
||||
* SPDX-License-Identifier: MPL-2.0
|
||||
* _ _ _ __ _
|
||||
* _ __ ___ ___ | |__ (_) | ___ ___ ___ _ __ / _(_) __ _
|
||||
|
@ -10,9 +10,9 @@
|
|||
*
|
||||
* WARNING: DO NOT EDIT THE COPY OF THIS FILE LOCATED IN YOUR USER PROFILE!
|
||||
*
|
||||
* It will be overwritten on upgrade. You should edit the file located in
|
||||
* It will be overwritten on upgrade. You should edit the files located in
|
||||
* /etc/mobile-config-firefox/ instead (most package managers won't replace
|
||||
* files under /etc if they've been edited). Or alternatively, consider cloning
|
||||
* mobile-config-firefox.git and editing the separate CSS files there, then
|
||||
* combining them with "make". Patches for useful additions welcome!
|
||||
* mobile-config-firefox.git and editing the separate CSS files there.
|
||||
* Patches for useful additions welcome!
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue