Skip to content

Instantly share code, notes, and snippets.

@yanni4night
Created September 6, 2016 09:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yanni4night/702632fbd65c19177bf5500de3f52f3c to your computer and use it in GitHub Desktop.
Save yanni4night/702632fbd65c19177bf5500de3f52f3c to your computer and use it in GitHub Desktop.
const concatStream = new Panto.Stream(new ConcatTransformer());
panto.$(‘*.less’).connect(concatStream);
panto.$(‘*.sass’).connect(concatStream);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment