7 lines
83 B
Bash
Executable file
7 lines
83 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
set -e
|
|
|
|
source ./scripts/common.sh
|
|
|
|
./scripts/build.sh --minify
|