OpenLightingProject / OpenLightingProject/rdm-app
bootstrap.min.css.map missing
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 18
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
In Chrome:
Uncaught TypeError: Cannot read property 'opener' of null jquery.min.js:3Ca jquery.min.js:3n.cssHooks.(anonymous function).set jquery.min.js:3n.extend.style jquery.min.js:3(anonymous function) jquery.min.js:4K jquery.min.js:2n.fn.(anonymous function) jquery.min.js:4(anonymous function) jquery-ui.min.js:5(anonymous function) jquery-ui.min.js:5
GET http://rdm.openlighting.org/libs/bootstrap/css/bootstrap.min.css.map 404 (Not Found)
And indeed it's missing:
http://rdm.openlighting.org/libs/bootstrap/css/bootstrap.min.css.map
The minified version is there fine though:
http://rdm.openlighting.org/libs/bootstrap/css/bootstrap.min.css
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the assets under libs/bootstrap/css, especially bootstrap.min.css and the missing bootstrap.min.css.map referenced by Chrome. Check how the minified stylesheet is produced or published, then verify that the URL no longer returns 404 while the existing CSS remains available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bootstrap, javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100