new path to yslow

This commit is contained in:
Peter Hedenskog 2012-07-04 21:38:45 +02:00
parent dc4f857b35
commit 967ebc1c05
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ echo "Will create result file: $RESULT_DIR/sitespeed-$HOST-$NOW.txt"
for i in "${result[@]}"
do
echo "Analyzing $i"
phantomjs yslow.js $i >> $RESULT_DIR/sitespeed-$HOST-$NOW.txt
phantomjs dependencies/yslow.js $i >> $RESULT_DIR/sitespeed-$HOST-$NOW.txt
done
echo "Finished"