Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: manrope repo was deleted #1319

Merged
merged 2 commits into from
Mar 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ packages/*/lib/
packages/lit-dev-content/_site
packages/lit-dev-content/_dev
packages/lit-dev-content/rollupout
packages/lit-dev-content/site/fonts/manrope
packages/lit-dev-content/temp
packages/lit-dev-content/samples/js
packages/lit-dev-content/src/public-vars.ts
Expand Down
10 changes: 0 additions & 10 deletions packages/lit-dev-content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"license": "BSD-3-Clause",
"main": "_site/index.html",
"scripts": {
"fonts:manrope": "wireit",
"build": "wireit",
"build:ts": "wireit",
"build:rollup": "wireit",
Expand Down Expand Up @@ -40,7 +39,6 @@
"command": "eleventy --quiet",
"dependencies": [
"build:ts",
"fonts:manrope",
"build:unversioned-docs",
{
"script": "build:samples",
Expand Down Expand Up @@ -99,17 +97,9 @@
"build:ts",
"build:samples",
"build:rollup",
"fonts:manrope",
"build:unversioned-docs"
]
},
"fonts:manrope": {
"command": "rm -rf temp && mkdir -p site/fonts/manrope && git clone https://github.com/sharanda/manrope.git temp/manrope && cd temp/manrope && git checkout 9ffbc349f4659065b62f780fe6e9d5a93518bd95 && cp fonts/web/*.woff2 ../../site/fonts/manrope/ && cd ../.. && rm -rf temp",
"files": [],
"output": [
"site/fonts/manrope"
]
},
"build:ts": {
"command": "tsc --build --pretty",
"dependencies": [
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading