Skip to content

Commit 9ee99f3

Browse files
committed
return merged config to use it in custom tasks
closes #58
1 parent b10d76e commit 9ee99f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,5 @@ module.exports = function(gulp, userConfig) {
8686
require('./tasks/serve')(gulp, config);
8787
require('./tasks/default')(gulp, config);
8888

89+
return config;
8990
};

0 commit comments

Comments
 (0)