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) ]