[Dashboard] Gather and compress js/css static files.
Bug #1358233 reported by
Ekaterina Chernova
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Murano |
Fix Released
|
Medium
|
Kirill Zaitsev |
Bug Description
Currently js/css files are scattered across the project.
Horizon-way would be to:
1) create a 'murano-base.html' template, that extends 'base.html' from horizon (or whatever name is ok)
2) gather all the js files under 'custom_js_files' block in that file (don't forget super())
3) do the same with css (if we want to) under 'css' block (don't forget super())
4) change all files in murano-dashboard that extend base.html to extend murano-base.html
Changed in murano: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
assignee: | nobody → Ekaterina Chernova (efedorova) |
milestone: | none → juno-3 |
Changed in murano: | |
importance: | Medium → High |
Changed in murano: | |
milestone: | juno-3 → juno-rc1 |
Changed in murano: | |
milestone: | juno-rc1 → none |
Changed in murano: | |
importance: | High → Medium |
Changed in murano: | |
milestone: | none → kilo-rc1 |
assignee: | Ekaterina Chernova (efedorova) → nobody |
Changed in murano: | |
importance: | Medium → Low |
importance: | Low → Medium |
summary: |
- [Dashboard] All murano media files are not compressed + [Dashboard] Gather and compress js/css static files. |
description: | updated |
Changed in murano: | |
milestone: | kilo-rc1 → liberty-1 |
Changed in murano: | |
assignee: | nobody → Kirill Zaitsev (kzaitsev) |
Changed in murano: | |
milestone: | liberty-1 → liberty-2 |
Changed in murano: | |
milestone: | liberty-2 → liberty-3 |
Changed in murano: | |
milestone: | liberty-3 → liberty-rc1 |
Changed in murano: | |
status: | In Progress → Fix Committed |
status: | Fix Committed → In Progress |
Changed in murano: | |
status: | In Progress → Fix Committed |
Changed in murano: | |
status: | Fix Committed → In Progress |
Changed in murano: | |
status: | Fix Committed → Fix Released |
Changed in murano: | |
milestone: | liberty-rc1 → 1.0.0 |
Changed in murano: | |
milestone: | 1.0.0 → 1.0.1 |
To post a comment you must log in.
1) It's better to never compress images, btw