Alter 3 files
Add `.gitignore` Add `bundle.sh` Rename `neat.css` to `neat.css`
This commit is contained in:
parent
f659525736
commit
2cc803efdc
3 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
abisphere-cdn.zip
|
5
bundle.sh
Normal file
5
bundle.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
(cd src && zip ../abisphere-cdn.zip *)
|
Loading…
Add table
Add a link
Reference in a new issue