Skip to content
Snippets Groups Projects
Commit 2d6704f5 authored by Florian Sesser's avatar Florian Sesser
Browse files

Locally mirror the Material Design Components for the web (v2)

Commands used:

Get the version with:
`curl 'https://unpkg.com/material-components-web@latest/dist/material-components-web.min.css'`
-> "Found. Redirecting to /material-components-web@14.0.0/dist/material-components-web.min.css"

Aha so this is version 14.0.0! Download:

`curl -LO 'https://unpkg.com/material-components-web@latest/dist/material-components-web.min.css'`

Add the license:

`curl -LO https://raw.githubusercontent.com/material-components/material-components-web/master/LICENSE`
parent c0da75b3
No related branches found
No related tags found
1 merge request!36Locally mirror CDN resources
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment