Closed Bug 1037601 Opened 11 years ago Closed 8 years ago

[Build] - lint unused images

Categories

(Firefox OS Graveyard :: Gaia::Build, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: pivanov, Unassigned)

Details

Julien and Anthony have this in mind find . \( -name '*.png' -o -name '*.jpg' -o -name '*.jpeg' \) -a ! -name '*@*' | xargs basename -a | ( while read file ; do if ! fgrep -r -q "$file" .; then echo $file ; fi ; done )
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.