Skip to content

Commit

Permalink
Fixed missing references in load-subfile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Aug 4, 2014
1 parent f2c3da0 commit cddc84b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/load-subfile.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
var gulp = require('gulp');
var hutil = require('./hub-util');
var addSubtask = require('./add-subtask');
var path = require('path');

/**
* Load the tasks from the specified gulpfile and register them with the task
Expand Down Expand Up @@ -40,7 +41,7 @@ module.exports = function(subfile, tasks) {
};

// I see trouble ahead...
function addLocalGulpTasks(subfile, submodule) {
function addLocalGulpTasks(subfile, submodule, tasks) {

submodule.children.forEach(function(mod) {

Expand Down

0 comments on commit cddc84b

Please sign in to comment.