GITLAB
Eric Fernandez
/ foca-crear-remito
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
39f02c6899c2356c973579a60168672ece09d54a
Authored by
Eric
2019-03-22 17:23:40 -0300
1 parent
78630a96dc
Exists in
master
uglify
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
gulpfile.js
Side-by-side Diff
Inline Diff
gulpfile.js
Diff comments
View file @
39f02c6
...
...
@@ -48,6 +48,7 @@ gulp.task('uglify-app', function() {
48
48
replace('src/views/', ''),
49
49
gulp.dest(paths.tmp),
50
50
rename('foca-crear-remito.min.js'),
51
+ uglify(),
51
52
gulp.dest(paths.dist)
52
53
]
53
54
);