1
1
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:
Jon Rohan 2021-03-31 15:57:43 -07:00 committed by GitHub
commit f957511e2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 1 additions and 20 deletions

View File

@ -14,7 +14,6 @@ on:
- 'docs/**'
- 'lib/**'
- 'script/**'
- 'static/**'
- 'next.config.js'
- 'now.json'

View File

@ -12,5 +12,4 @@ pages/
script/
# we ignore this because everything in src/ is copied out in script/prepublish
src/
static/
tests/

View File

@ -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>

View File

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -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

View File

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long