Skip to content

Instantly share code, notes, and snippets.

@Akhigbe-E
Created July 9, 2020 11:45
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 Akhigbe-E/d409697c7c14c420ca8c4d95ba65c5e8 to your computer and use it in GitHub Desktop.
Save Akhigbe-E/d409697c7c14c420ca8c4d95ba65c5e8 to your computer and use it in GitHub Desktop.
Pipe to destination file
const transpileSassToCss = (cb) => {
return gulp.src(`src/scss/main.scss`)
.pipe(dest(`src/css`))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment