Skip to content

Commit

Permalink
fix: manrope repo was deleted (#1319)
Browse files Browse the repository at this point in the history
  • Loading branch information
e111077 authored Mar 29, 2024
1 parent 22ed006 commit 3abbfda
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 11 deletions.
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.

0 comments on commit 3abbfda

Please sign in to comment.