Commit 67f1e4317d1965c4db87ddcc5f0b1932067f60bf

Authored by Eric Fernandez
1 parent 3527909b24
Exists in master

corrijo gulp

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
... ... @@ -38,10 +38,10 @@ gulp.task('uglify', ['templates'], function() {
38 38 paths.srcJS,
39 39 'tmp/views.js'
40 40 ]),
41   - concat('foca-focaSqlite.js'),
  41 + concat('foca-sqlite.js'),
42 42 replace('src/views/', ''),
43 43 gulp.dest(paths.tmp),
44   - rename('foca-focaSqlite.min.js'),
  44 + rename('foca-sqlite.min.js'),
45 45 uglify(),
46 46 gulp.dest(paths.dist)
47 47 ]