js: fixed usage of minimized JS

This commit is contained in:
Marcin Kuzminski 2019-10-31 15:13:08 +01:00
parent cd0bf47064
commit 8a683cb244
3 changed files with 3 additions and 3 deletions

View file

@ -190,7 +190,7 @@ let
postInstall = ''
# check required files
STATIC_CHECK="/robots.txt /502.html
/js/scripts.js /js/rhodecode-components.js
/js/scripts.min.js /js/rhodecode-components.js
/css/style.css /css/style-polymer.css /css/style-ipython.css"
for file in $STATIC_CHECK;