This file contains 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
import gulp from 'gulp'; // Load Gulp! | |
import terser from 'gulp-terser'; //to uglify the code | |
import rename from 'gulp-rename'; // to rename | |
import eslint from 'gulp-eslint'; // chescks for lynt warnings and errors | |
import browserSync from 'browser-sync'; | |
import dartSass from 'sass'; | |
import gulpSass from 'gulp-sass'; | |
import autoPrefixer from 'gulp-autoprefixer'; //older version support | |
import cssnano from 'gulp-cssnano'; //minify the css | |
import prettyError from 'gulp-prettyerror'; // looks for errors before compiling |
This file contains 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
{"lastUpload":"2017-11-16T07:55:16.681Z","extensionVersion":"v2.8.5"} |