haute couture
1.0.0
Haute Couture durchsucht Ihr CSS und statisches HTML, um sicherzustellen, dass keine veralteten Stile vorhanden sind. Es prüft, ob alle Klassen- und ID-Namen in der angegebenen CSS-Datei in einer HTML-Datei vorhanden sind. Nicht übereinstimmende Stile werden zur Überprüfung durch den Entwickler in eine Datei ausgegeben.
Installieren Sie zuerst Go.
Wenn Sie nur die Binärdatei in Ihrem aktuellen Verzeichnis installieren möchten und sich nicht für den Quellcode interessieren, führen Sie Folgendes aus
GOBIN= " $( pwd ) " GOPATH= " $( mktemp -d ) " go get github.com/baltimore-sun-data/haute-couture
$ haute-couture -h
Haute couture looks through your CSS and static HTML to ensure that there are
no out-of-date styles.
Usage: haute-couture [options]
Options:
-css string
CSS file to match against
-exclude value
regexp for sub-directories to exclude (default " ^. " )
-html-dir string
directory to search for HTML files (default " public " )
-include value
regexp for HTML files to process (default " .html?$ " )
-output string
file to save any found extra CSS identifiers in (default " extra-css.txt " )
Nun, der Name ist Dynamit.
– Gregabit