Skip to content

Instantly share code, notes, and snippets.

@Akhigbe-E
Created July 9, 2020 11:45
Show Gist options
  • Select an option

  • Save Akhigbe-E/d409697c7c14c420ca8c4d95ba65c5e8 to your computer and use it in GitHub Desktop.

Select an option

Save Akhigbe-E/d409697c7c14c420ca8c4d95ba65c5e8 to your computer and use it in GitHub Desktop.

Revisions

  1. Akhigbe-E created this gist Jul 9, 2020.
    4 changes: 4 additions & 0 deletions gulpfile.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    const transpileSassToCss = (cb) => {
    return gulp.src(`src/scss/main.scss`)
    .pipe(dest(`src/css`))
    }