Restore the layout trace viewer

This commit is contained in:
Shing Lyu 2016-09-09 14:02:47 +08:00
parent 4af21e3ae1
commit 0cab0501f4
15 changed files with 679 additions and 1 deletions

View file

@ -154,7 +154,7 @@ class MachCommands(CommandBase):
# Absolute paths for all directories to be considered
grep_paths = root_dirs_abs + tests_dirs_abs
return call(
["git"] + ["grep"] + params + ['--'] + grep_paths + [':(exclude)*.min.js'],
["git"] + ["grep"] + params + ['--'] + grep_paths + [':(exclude)*.min.js', ':(exclude)*.min.css'],
env=self.build_env())
@Command('fetch',