Commit 45b6df3b authored by Nikolay Gromov's avatar Nikolay Gromov

Автоматизация: убрал аглификацию JS

parent 73445fa8
...@@ -16,7 +16,6 @@ const debug = require('gulp-debug'); ...@@ -16,7 +16,6 @@ const debug = require('gulp-debug');
const sass = require('gulp-sass'); const sass = require('gulp-sass');
const webpackStream = require('webpack-stream'); const webpackStream = require('webpack-stream');
const buffer = require('vinyl-buffer'); const buffer = require('vinyl-buffer');
const uglify = require('gulp-uglify');
const postcss = require('gulp-postcss'); const postcss = require('gulp-postcss');
const autoprefixer = require("autoprefixer"); const autoprefixer = require("autoprefixer");
const mqpacker = require("css-mqpacker"); const mqpacker = require("css-mqpacker");
...@@ -302,7 +301,6 @@ function buildJs() { ...@@ -302,7 +301,6 @@ function buildJs() {
// jquery: 'jQuery' // jquery: 'jQuery'
// } // }
})) }))
.pipe(uglify())
.pipe(dest(`${dir.build}js`)); .pipe(dest(`${dir.build}js`));
} }
exports.buildJs = buildJs; exports.buildJs = buildJs;
......
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