mirror of
https://github.com/servo/servo.git
synced 2025-06-30 12:03:38 +01:00
Restore the layout trace viewer
This commit is contained in:
parent
4af21e3ae1
commit
0cab0501f4
15 changed files with 679 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue