mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-01-07 19:05:39 +00:00
fix: Update JS minifier library
This commit is contained in:
parent
18150eea34
commit
41642fcea4
@ -24,7 +24,7 @@ js_login = Bundle('node_modules/jquery/dist/jquery.js',
|
|||||||
'node_modules/bootstrap/dist/js/bootstrap.js',
|
'node_modules/bootstrap/dist/js/bootstrap.js',
|
||||||
'node_modules/icheck/icheck.js',
|
'node_modules/icheck/icheck.js',
|
||||||
'custom/js/custom.js',
|
'custom/js/custom.js',
|
||||||
filters=(ConcatFilter, 'jsmin'),
|
filters=(ConcatFilter, 'rjsmin'),
|
||||||
output='generated/login.js')
|
output='generated/login.js')
|
||||||
|
|
||||||
js_validation = Bundle('node_modules/bootstrap-validator/dist/validator.js',
|
js_validation = Bundle('node_modules/bootstrap-validator/dist/validator.js',
|
||||||
@ -61,7 +61,7 @@ js_main = Bundle('node_modules/jquery/dist/jquery.js',
|
|||||||
'node_modules/jquery.quicksearch/src/jquery.quicksearch.js',
|
'node_modules/jquery.quicksearch/src/jquery.quicksearch.js',
|
||||||
'custom/js/custom.js',
|
'custom/js/custom.js',
|
||||||
'node_modules/bootstrap-datepicker/dist/js/bootstrap-datepicker.js',
|
'node_modules/bootstrap-datepicker/dist/js/bootstrap-datepicker.js',
|
||||||
filters=(ConcatFilter, 'jsmin'),
|
filters=(ConcatFilter, 'rjsmin'),
|
||||||
output='generated/main.js')
|
output='generated/main.js')
|
||||||
|
|
||||||
assets = Environment()
|
assets = Environment()
|
||||||
|
@ -16,7 +16,7 @@ gunicorn==20.0.4
|
|||||||
python3-saml
|
python3-saml
|
||||||
pytz==2020.1
|
pytz==2020.1
|
||||||
cssmin==0.2.0
|
cssmin==0.2.0
|
||||||
jsmin==3.0.0
|
rjsmin==1.2.0
|
||||||
Authlib==0.15
|
Authlib==0.15
|
||||||
Flask-SeaSurf==1.1.1
|
Flask-SeaSurf==1.1.1
|
||||||
bravado-core==5.17.0
|
bravado-core==5.17.0
|
||||||
@ -30,4 +30,4 @@ flask-session==0.3.2
|
|||||||
Jinja2==3.0.3
|
Jinja2==3.0.3
|
||||||
itsdangerous==2.0.1
|
itsdangerous==2.0.1
|
||||||
werkzeug==2.0.3
|
werkzeug==2.0.3
|
||||||
cryptography==36.0.2
|
cryptography==36.0.2
|
||||||
|
Loading…
Reference in New Issue
Block a user