From 694e25056687f52b6282044cbb9c0ef7d4546222 Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Wed, 10 Oct 2018 14:15:30 -0300 Subject: [PATCH] agrego referencia clean --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index 00beecd..9e6e8fb 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -5,6 +5,7 @@ const gulp = require('gulp'); const pump = require('pump'); const jshint = require('gulp-jshint'); const replace = require('gulp-replace'); +const clean = require('gulp-clean'); var paths = { srcJS: 'src/js/*.js', -- 1.9.1