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

Unified Diff: web/apps/rpcexplorer/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-view/scripts-ts/logdog-view.ts ('k') | web/inc/apps/logdog-app/main.ts » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: web/apps/rpcexplorer/gulpfile.js
diff --git a/web/apps/rpcexplorer/gulpfile.js b/web/apps/rpcexplorer/gulpfile.js
index 2b6ba02ba1bda4ac863c2661cffd4c0c99f1d04a..1f47583660979fc38a5692bd0c6906dfad4f1f31 100644
--- a/web/apps/rpcexplorer/gulpfile.js
+++ b/web/apps/rpcexplorer/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', 'bootstrap', 'dist', 'css',
« no previous file with comments | « web/apps/logdog-view/scripts-ts/logdog-view.ts ('k') | web/inc/apps/logdog-app/main.ts » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698