Posts by Justo • 111 points
1 post
-
1
votes2
answers425
viewsA: Problem with accentuation in . js after Concat and uglify in Gulp
if you use convertEncoding with from and to, all work fine: gulp.src('tmp/js/lib/**/*.js') //.pipe(stripCode({})) .pipe(convertEncoding({from: 'ISO-8859-15', to: 'UTF-8'})) .pipe(uglify())…