Skip to content

Commit

Permalink
Replace deprecated gulp-util and remove unused watchify (#6032)
Browse files Browse the repository at this point in the history
* Replace deprecated gulp-util and remove unused watchify

* Remove logging
  • Loading branch information
benmccann authored and etimberg committed Feb 2, 2019
1 parent 80a159e commit a2521e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 0 additions & 5 deletions gulpfile.js
Expand Up @@ -5,7 +5,6 @@ var replace = require('gulp-replace');
var size = require('gulp-size');
var streamify = require('gulp-streamify');
var terser = require('gulp-terser');
var util = require('gulp-util');
var zip = require('gulp-zip');
var exec = require('child_process').exec;
var karma = require('karma');
Expand All @@ -22,10 +21,6 @@ var argv = yargs
var srcDir = './src/';
var outDir = './dist/';

if (argv.verbose) {
util.log("Gulp running with options: " + JSON.stringify(argv, null, 2));
}

gulp.task('bower', bowerTask);
gulp.task('build', buildTask);
gulp.task('package', packageTask);
Expand Down
4 changes: 1 addition & 3 deletions package.json
Expand Up @@ -36,11 +36,10 @@
"gulp-size": "^3.0.0",
"gulp-streamify": "^1.0.2",
"gulp-terser": "^1.1.6",
"gulp-util": "^3.0.0",
"gulp-zip": "^4.2.0",
"jasmine": "^3.3.0",
"jasmine-core": "^3.3.0",
"karma": "^3.1.1",
"karma": "^4.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.1",
Expand All @@ -54,7 +53,6 @@
"rollup-plugin-istanbul": "^2.0.1",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-terser": "^3.0.0",
"watchify": "^3.9.0",
"yargs": "^12.0.5"
},
"dependencies": {
Expand Down

0 comments on commit a2521e5

Please sign in to comment.