Skip to content

Commit

Permalink
switch to trace viewer's lean_config, instead of including ALL import…
Browse files Browse the repository at this point in the history
…ers.
  • Loading branch information
paulirish committed Aug 1, 2016
1 parent e0e1052 commit 7202494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lighthouse-core/scripts/traceviewer-module-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<link rel="import" href="/tracing/importer/import.html">
tr.isHeadless = true;
<link rel="import" href="/tracing/model/model.html">
<link rel="import" href="/tracing/extras/full_config.html">

<link rel="import" href="/tracing/extras/lean_config.html">

<link rel="import" href="/tracing/metrics/all_metrics.html">
2 changes: 1 addition & 1 deletion lighthouse-core/third_party/traceviewer-js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ found in the LICENSE file.

require("./importer/import.js");
require("./model/model.js");
require("./extras/full_config.js");
require("./extras/lean_config.js");
require("./metrics/all_metrics.js");

0 comments on commit 7202494

Please sign in to comment.