- Enable minification for the frontend JS bundle
- Make sure we are pegged to version 3.3.3 of D3
This commit is contained in:
parent
7aab6a9fdd
commit
5fa4733a2f
4 changed files with 17 additions and 4 deletions
|
@ -120,7 +120,7 @@ def render_page_template(name, **kwargs):
|
|||
main_styles = ['dist/quay-frontend.css']
|
||||
|
||||
library_scripts = []
|
||||
main_scripts = ['dist/quay-frontend.js']
|
||||
main_scripts = ['dist/quay-frontend.min.js']
|
||||
|
||||
cache_buster = random_string()
|
||||
|
||||
|
|
Reference in a new issue