- Enable minification for the frontend JS bundle

- Make sure we are pegged to version 3.3.3 of D3
This commit is contained in:
Joseph Schorr 2014-04-15 15:58:00 -04:00
parent 7aab6a9fdd
commit 5fa4733a2f
4 changed files with 17 additions and 4 deletions

View file

@ -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()