Fix self-contradictory web assets guidelines #1539
1 changed files with 2 additions and 4 deletions
Clarify self-contradictory pre-generated CSS guideline
See #1496. The current text of the Guidelines are confusing because in once paragraph it says CSS must be re-generated and in another it says it doesn't have to be. This clarifies the text so it is inline with decision made in https://pagure.io/fesco/issue/3269.
commit
a67b8eff31
|
|
@ -102,12 +102,10 @@ unless stated otherwise in this document.
|
|||
Pure CSS frameworks can be included as-is.
|
||||
CSS frameworks that use an alternative language that compiles to CSS,
|
||||
such as https://lesscss.org/[LESS],
|
||||
must compile to CSS as part of the build process.
|
||||
|
||||
Packages containing CSS should make the best effort to regenerate any precompiled/minimized CSS wherever possible,
|
||||
SHOULD compile to CSS as part of the build process,
|
||||
as this leads to more maintainable packages.
|
||||
Where this would result in a significant hardship,
|
||||
the bundled pregenerated CSS may be shipped with a specfile comment explaining the decision.
|
||||
bundled pregenerated CSS may be shipped with a specfile comment explaining the decision.
|
||||
This does not eliminate the requirement to validate licenses of bundled content.
|
||||
|
||||
== Flash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue