DemocracyClub / dc_base_theme

🎨 Democracy Club Base Theme
0 stars 7 forks source link

Add missing bower dist files and fix for ManifestStaticFilesStorage #10

Closed ashb closed 8 years ago

ashb commented 8 years ago

With the old {% load static %} we didn't seem to get properly fingerprinted files. This might be fixed in django 1.10 but upgrading is a much bigger change.

I also re-ran bower/glup to get the missing jquery/dist/*.js and similar files. I think this is the right version. (This came up because jquery/dist/jquery.js was listed as a fallback somewhere, and even though a browser never requests it using the manifest static file storage it tries to look it up, and 500s if it's not found.)