I tried to use concatOutput and concatFileName to create a single concatenated output file. The temp folder will produce the file, but gulp-soynode will copy the individually compiled files.
I also tried to use gulp-concat on the stream but the just concatenated the source .soy files.
Is this not supported - or am I using it wrong?
I tried to use
concatOutputandconcatFileNameto create a single concatenated output file. The temp folder will produce the file, butgulp-soynodewill copy the individually compiled files.I also tried to use
gulp-concaton the stream but the just concatenated the source.soyfiles.Is this not supported - or am I using it wrong?