Closed cayter closed 10 years ago
It's just an example use-case.
I'm getting an error here if I don't pass in name
.
...
return gulp
.src(srcPath)
.pipe(template({
app_theme: useConfig.APP_THEME ? useConfig.APP_THEME : 'indigo'
})
)
.pipe(destPath);
As topic.