Commit cb3ea021 authored by Nikolay Gromov's avatar Nikolay Gromov

Update gulpfile.js

parent de5e094b
......@@ -112,7 +112,7 @@ gulp.task('img', function () {
.pipe(gulp.dest(dirs.build + '/img'));
});
// Оптимизация изображений // folder=src/blocks/block-name/img_to_bg/ npm start img:opt
// Оптимизация изображений // folder=src/img/icons/ npm start img:opt
const folder = process.env.folder;
gulp.task('img:opt', function (callback) {
if(folder){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment