Skip to content

Instantly share code, notes, and snippets.

@naufaldi
Created January 23, 2018 16:44
Show Gist options
  • Save naufaldi/507c06b9ca9e2f9658f8d9ee3c9a6721 to your computer and use it in GitHub Desktop.
Save naufaldi/507c06b9ca9e2f9658f8d9ee3c9a6721 to your computer and use it in GitHub Desktop.
for gulp
var gulp = require("gulp"),
sass = require("gulp-sass"),
autoprefixer = require("gulp-autoprefixer"),
browserSync = require("browser-sync"),
webpack = require("webpack-stream");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment