diff --git a/gulpfile.js b/gulpfile.js index e955f4d07..4b8ab7eeb 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -310,7 +310,7 @@ function password_strength() { config.nodeDirectory + '/pwstrength-bootstrap/dist/*.js', ]) .pipe(concat('password.min.js')) - .pipe(minifyJS()) + .pipe(gulpIf(!config.debug, minifyJS())) .pipe(gulp.dest(config.production + '/password-strength')); }