Skip to content

Commit

Permalink
Add docstring to AssetMinifierStep (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
pydsigner committed Nov 4, 2023
1 parent 3a1fa35 commit 8e12086
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/anchovy/minify.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ def __call__(self, path: Path, output_paths: list[Path]):


class AssetMinifierStep(Step):
"""
A fast and powerful web minifier supporting CSS, HTML, JS, JSON, SVG, and
XML. Uses MIME type detection to determine which minifier to use.
NOTE: Not supported on macOS.
"""
@classmethod
def get_dependencies(cls):
return {
Expand Down

0 comments on commit 8e12086

Please sign in to comment.