From 91ad030dd8969469d936e91551185e3e2ba1a697 Mon Sep 17 00:00:00 2001 From: Stephan Hagedorn Date: Fri, 29 Sep 2017 23:04:47 +0200 Subject: [PATCH] t to the s --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index fdaef6f..907086b 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -23,7 +23,7 @@ const gulp = require('gulp'), sass = require('gulp-ruby-sass'), cssnano = require('gulp-cssnano'), jshint = require('gulp-jshint'), - uglifyjs = require('uglify-es'), + uglifyjs = require('uglify-es'), composer = require('gulp-uglify/composer'), // imagemin = require('gulp-imagemin'), cache = require('gulp-cached'),