Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Unified Diff: web/apps/logdog-view/gulpfile.js

Issue 2985273002: [web] Restructure and fix builds. (Closed)
Patch Set: [web] Restructure and fix builds. Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: web/apps/logdog-view/gulpfile.js
diff --git a/web/apps/logdog-view/gulpfile.js b/web/apps/logdog-view/gulpfile.js
index 929c690ed47424bb4259582a8141aaa677e88f04..64e44a1487f9b01df43ea50dd9322c2246fe8817 100644
--- a/web/apps/logdog-view/gulpfile.js
+++ b/web/apps/logdog-view/gulpfile.js
@@ -10,6 +10,4 @@
var gulp = require('gulp');
var luci = require('../gulp-common.js');
-luci.setup(gulp, {
- dir: __dirname,
-});
+luci.setup(gulp, __dirname, {});
« no previous file with comments | « web/apps/logdog-view/elements/logdog-view/logdog-view.html ('k') | web/apps/logdog-view/scripts-ts/logdog-view.ts » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698