Fix per debug js
This commit is contained in:
parent
513bfea92c
commit
44f85a342f
|
@ -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'));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue