From 67f1e4317d1965c4db87ddcc5f0b1932067f60bf Mon Sep 17 00:00:00 2001 From: efernandez Date: Thu, 24 Jan 2019 16:38:28 -0300 Subject: [PATCH] corrijo gulp --- gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 3d4275a..38b2d29 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -38,10 +38,10 @@ gulp.task('uglify', ['templates'], function() { paths.srcJS, 'tmp/views.js' ]), - concat('foca-focaSqlite.js'), + concat('foca-sqlite.js'), replace('src/views/', ''), gulp.dest(paths.tmp), - rename('foca-focaSqlite.min.js'), + rename('foca-sqlite.min.js'), uglify(), gulp.dest(paths.dist) ] -- 1.9.1