mirror of
https://github.com/primer/css.git
synced 2024-11-23 03:10:10 +03:00
Merge pull request #1289 from primer/remove_static_folder
Delete the rest of the static folder
This commit is contained in:
commit
f957511e2c
1
.github/workflows/release_canary.yml
vendored
1
.github/workflows/release_canary.yml
vendored
@ -14,7 +14,6 @@ on:
|
||||
- 'docs/**'
|
||||
- 'lib/**'
|
||||
- 'script/**'
|
||||
- 'static/**'
|
||||
- 'next.config.js'
|
||||
- 'now.json'
|
||||
|
||||
|
@ -12,5 +12,4 @@ pages/
|
||||
script/
|
||||
# we ignore this because everything in src/ is copied out in script/prepublish
|
||||
src/
|
||||
static/
|
||||
tests/
|
||||
|
@ -1,5 +1,5 @@
|
||||
<p align="center">
|
||||
<img width="300px" src="./static/readme.png">
|
||||
<img width="300px" src="./docs/src/readme.png">
|
||||
</p>
|
||||
|
||||
<h1 align="center">Primer CSS</h1>
|
||||
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
@ -1,12 +0,0 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
asset_path=./static
|
||||
|
||||
bundles="styleguide.js styleguide.css"
|
||||
|
||||
echo "Grabbing the latest assets from github.com..."
|
||||
for bundle in $bundles; do
|
||||
echo "Downloading $bundle -> $asset_path/github/$bundle ..."
|
||||
curl -fsSLo "$asset_path/github/$bundle" "https://github.com/site/assets/$bundle"
|
||||
done
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user