mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-02 17:07:01 +01:00
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…
x
Reference in New Issue
Block a user