mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-18 01:57:02 +00:00
Bowerize more components
- Move jquery-color into bower - Move jquery-sparklines into bower - Make swaks-tests/run-tests.sh discover its directory - Update _base.html public resource includes to /public
This commit is contained in:
@@ -4,6 +4,12 @@
|
||||
|
||||
set -eo pipefail
|
||||
|
||||
# We need to be in swaks-tests directory
|
||||
cmdpath="$(dirname "$0")"
|
||||
if [ "$cmdpath" != "." ]; then
|
||||
cd "$cmdpath"
|
||||
fi
|
||||
|
||||
case "$1" in
|
||||
"")
|
||||
to="swaks"
|
||||
|
||||
Reference in New Issue
Block a user