Commit 5b747eb0639f2b3cae16e6cd0154af9d4b61ba5f
1 parent
7947fd3fc2
Exists in
master
quito replace en scripts spec
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
gulpfile.js
| ... | ... | @@ -57,6 +57,7 @@ gulp.task('uglify-spec', function() { |
| 57 | 57 | return pump([ |
| 58 | 58 | gulp.src(paths.specs), |
| 59 | 59 | concat('foca-abm-vehiculo.spec.js'), |
| 60 | + replace("src/views/", ''), | |
| 60 | 61 | header("describe('Módulo foca-abm-vehiculo', function() { \n"), |
| 61 | 62 | footer("});"), |
| 62 | 63 | gulp.dest(paths.dist) |