mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-09 19:13:26 +00:00
PHRAS-845 - fix close button
PHRAS-846 - fix admin log view PHRAS-843 - fix action icons added white skin misc fix on skin color handling replace image icons by fonts icons
This commit is contained in:
@@ -31,7 +31,11 @@ exports.buildJsGroup = function(srcGroup, name, dest, debugMode){
|
||||
return gulp.src(srcGroup)
|
||||
.pipe(concat(name + '.js', {newLine: ';'}))
|
||||
.pipe(gulp.dest( config.paths.build + dest))
|
||||
.pipe(uglify().on('error', config.errorHandler('UGLIFY ERROR'))) //util.log))
|
||||
.pipe(uglify({
|
||||
compress: {
|
||||
drop_console: true
|
||||
}
|
||||
}).on('error', config.errorHandler('UGLIFY ERROR'))) //util.log))
|
||||
.pipe(rename({ extname: '.min.js' }))
|
||||
.pipe(gulp.dest( config.paths.build + dest))
|
||||
};
|
||||
|
Reference in New Issue
Block a user