Skip to content

Instantly share code, notes, and snippets.

@khoipro
Created December 10, 2017 14:26
Show Gist options
  • Save khoipro/b3f6369120e3df89555241caa2977c1f to your computer and use it in GitHub Desktop.
Save khoipro/b3f6369120e3df89555241caa2977c1f to your computer and use it in GitHub Desktop.
Define which packages will be use firstly.
var gulp = require('gulp'),
concat = require('gulp-concat'),
uglify = require('gulp-uglify'),
rename = require('gulp-rename'),
sass = require('gulp-sass'),
sourcemaps = require('gulp-sourcemaps'),
livereload = require('gulp-livereload');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment