Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Nov 6, 2019
1 parent 948ee09 commit 082715b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/build-bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ async function browserifyFile(entryPath, distPath) {
}

// Expose the audits, gatherers, and computed artifacts so they can be dynamically loaded.
// Exposed path relative to lighthouse-core/config/config-helpers.js (where loading occurs).
// Exposed path must be a relative path from lighthouse-core/config/config-helpers.js (where loading occurs).
const corePath = './lighthouse-core/';
const driverPath = `${corePath}gather/`;
audits.forEach(audit => {
Expand Down
4 changes: 2 additions & 2 deletions clients/devtools-entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const {registerLocaleData, lookupLocale} = require('../lighthouse-core/lib/i18n/

/**
* Return a version of the default config, filtered to only run the specified
* categories. Exclude `lighthouse-plugin-publisher-ads` to not include the
* plugin in the run.
* categories. If `lighthouse-plugin-publisher-ads` is in the list of
* `categoryIDs` the plugin will also be run.
* @param {Array<string>} categoryIDs
* @return {LH.Config.Json}
*/
Expand Down

0 comments on commit 082715b

Please sign in to comment.