5 | | There are several components which aren't currently relevant & so should be removed. |
| 5 | Is it better to try & consolidate all css files into a single stylesheet? |
| 6 | * GOOD: Browsers default to only downloading 2 files at a time, so many files is very slow on high latency links |
| 7 | * BAD: Harder for maintenance during development |
| 8 | * Solution?: Provide a script to Productionise the environment (Use compressed JS files & combine all CSS into 1 big one) |
| 9 | |
| 10 | There are several components which aren't currently relevant & so should be removed: |
| 11 | * {{{/static/styles/sahana_old.css}}} |