From 5b747eb0639f2b3cae16e6cd0154af9d4b61ba5f Mon Sep 17 00:00:00 2001 From: efernandez Date: Fri, 8 Feb 2019 11:29:36 -0300 Subject: [PATCH] quito replace en scripts spec --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index 0d60a80..e3e15a4 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -57,6 +57,7 @@ gulp.task('uglify-spec', function() { return pump([ gulp.src(paths.specs), concat('foca-abm-vehiculo.spec.js'), + replace("src/views/", ''), header("describe('Módulo foca-abm-vehiculo', function() { \n"), footer("});"), gulp.dest(paths.dist) -- 1.9.1