slim down build script slightly
This commit is contained in:
parent
c75b07fc32
commit
14f1abffa9
1 changed files with 0 additions and 9 deletions
|
@ -8,15 +8,6 @@ if [ ! -z "$1" ]; then
|
||||||
progname=$1
|
progname=$1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# remove existing concatenated source file and source map
|
|
||||||
if [ -e ${progname}.ts ]; then
|
|
||||||
rm ${progname}.ts
|
|
||||||
fi
|
|
||||||
if [ -e .srcmap ]; then
|
|
||||||
rm .srcmap
|
|
||||||
fi
|
|
||||||
|
|
||||||
# build the source map and concatenate the source
|
# build the source map and concatenate the source
|
||||||
for f in *.ts; do
|
for f in *.ts; do
|
||||||
lines=$(wc -l ${f})
|
lines=$(wc -l ${f})
|
||||||
|
|
Loading…
Reference in a new issue