Skip to content

Commit ad5f2ea

Browse files
check the modified time of manifest files against the output
1 parent 157c2fe commit ad5f2ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

compile-js.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ done
5151
if test -z "$files"
5252
then
5353
files=`cat $3`
54+
if test $3 -nt $output
55+
then
56+
echo $3' is newer then '$output
57+
stale=true
58+
fi
5459
fi
5560

5661

0 commit comments

Comments
 (0)