Skip to content
Snippets Groups Projects
Commit 8ca3f317 authored by ezsh's avatar ezsh
Browse files

gulp: extend environment for tweego, but not replace it

parent 11498211
No related branches found
No related tags found
1 merge request!9094gulp: extend environment for tweego, but not replace it
...@@ -135,7 +135,7 @@ function cleanupGit(cb) { ...@@ -135,7 +135,7 @@ function cleanupGit(cb) {
} }
} }
gulp.task('compileStory', shell.task(tweeCompileCommand(), {env: cfg.options.twee.environment, verbose: true})); gulp.task('compileStory', shell.task(tweeCompileCommand(), {env: {...process.env, ...cfg.options.twee.environment}, verbose: false}));
const processors = { const processors = {
"css": { "css": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment