Commit 694e25056687f52b6282044cbb9c0ef7d4546222

Authored by Eric Fernandez
1 parent 2035c0b47c
Exists in master and in 1 other branch develop

agrego referencia clean

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
... ... @@ -5,6 +5,7 @@ const gulp = require('gulp');
5 5 const pump = require('pump');
6 6 const jshint = require('gulp-jshint');
7 7 const replace = require('gulp-replace');
  8 +const clean = require('gulp-clean');
8 9  
9 10 var paths = {
10 11 srcJS: 'src/js/*.js',