Created
December 10, 2017 14:26
-
-
Save khoipro/b3f6369120e3df89555241caa2977c1f to your computer and use it in GitHub Desktop.
Define which packages will be use firstly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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