Skip to content

Commit

Permalink
revert gulpfile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Sep 21, 2018
1 parent 0ff4444 commit 4989cc3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lighthouse-extension/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,6 @@ gulp.task('browserify-lighthouse', () => {
.ignore('rimraf')
.ignore('pako/lib/zlib/inflate.js');

console.log(require.resolve('../lighthouse-core/lib/locales/en-US.json'));
// bundle.ignore('')

// Don't include the desktop protocol connection.
bundle.ignore(require.resolve('../lighthouse-core/gather/connections/cri.js'));

Expand Down Expand Up @@ -247,7 +244,7 @@ gulp.task('package', function() {

gulp.task('build', cb => {
runSequence(
'browserify', 'chromeManifest',
'lint', 'browserify', 'chromeManifest',
['html', 'images', 'css', 'extras'], cb);
});

Expand Down

0 comments on commit 4989cc3

Please sign in to comment.