diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/requests/link_checker.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/requests/link_checker.py b/test/requests/link_checker.py index f162ec84..31336967 100644 --- a/test/requests/link_checker.py +++ b/test/requests/link_checker.py @@ -117,6 +117,8 @@ def check_packaged_js_files(args_obj, parser): "/js/nvd3/nv.d3.min.css", "/js/qtip2/jquery.qtip.min.js", "/js/js_alt/md5.min.js", + "/js/bootstrap/js/bootstrap.min.js", + "/css/bootstrap/css/bootstrap.css", "/js/jquery-ui/jquery-ui.min.js", "/js/jquery-cookie/jquery.cookie.js", "/js/jquery/jquery.min.js", |