| 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',
|
|
|