Maki website is broken
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.6k
- Forks
- 210
- PR merge metrics
- No merged PRs in 30d
Description
There is problem with website: https://labs.mapbox.com/maki-icons/
CSS file is missing (Error 403):
https://www.mapbox.com/base/latest/base.css
And there is some JS errors:
Warning: It looks like you're using a minified copy of the development build of React. When deploying React apps to production, make sure to use the production build which skips development warnings and is faster. See https://fb.me/react-minification for more details.
You are currently using minified code outside of NODE_ENV === 'production'. This means that you are running a slower development build of Redux.
Contributor guide
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 opening https://labs.mapbox.com/maki-icons/ and checking the browser console and network requests for the missing base.css file. Review how the site loads https://www.mapbox.com/base/latest/base.css and how its React and Redux builds are configured; done means the site loads its stylesheet and no longer reports the listed production-build warnings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, javascript, react, redux
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100