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

Unified Diff: web/apps/logdog-app/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
« no previous file with comments | « web/apps/logdog-app/elements/logdog-app/logdog-app.html ('k') | web/apps/logdog-app/scripts-ts/main.ts » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: web/apps/logdog-app/gulpfile.js
diff --git a/web/apps/logdog-app/gulpfile.js b/web/apps/logdog-app/gulpfile.js
index c48dca25c1dfef783d769b1be9ccf59a89e13e1f..2cbee4ecf45830b04c6a543c1c68bf9687e44e32 100644
--- a/web/apps/logdog-app/gulpfile.js
+++ b/web/apps/logdog-app/gulpfile.js
@@ -11,8 +11,7 @@ var gulp = require('gulp');
var luci = require('../gulp-common.js');
var path = require('path');
-luci.setup(gulp, {
- dir: __dirname,
+luci.setup(gulp, __dirname, {
includes: function(gulp, layout) {
return gulp.src([
path.join('inc', 'bower_components', 'page', 'page.js'),
« no previous file with comments | « web/apps/logdog-app/elements/logdog-app/logdog-app.html ('k') | web/apps/logdog-app/scripts-ts/main.ts » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698