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