Uniform handling of javascript and CSS dependencies
Bug #1194134 reported by
Ben Wyss
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenQuake Platform |
In Progress
|
High
|
Daniele Viganò |
Bug Description
We need to handle all of the external JS and CSS dependencies in a uniform way.
Currently, we have a variety of solutions used:
1) CDN based (e.g. jquery on google's CDN)
2) Copy and override (js and css are copied in our repository and overriden by additional code)
3) Submodule and override (we use git submodules instead of copying)
4) Copy and edit (we copy the needed files and modify them in place)
We need to find an uniform solution and a proper folder where to store external static dependencies (which plays well also with the static external dependencies provided by geonode).
Changed in oq-platform: | |
importance: | Undecided → Critical |
summary: |
- Uniform handling of javascript dependencies + Uniform handling of javascript and CSS dependencies |
description: | updated |
Changed in oq-platform: | |
importance: | Critical → High |
Changed in oq-platform: | |
status: | New → In Progress |
milestone: | none → 2.0.0 |
assignee: | nobody → Daniele Viganò (daniele-vigano) |
To post a comment you must log in.