new path to yslow
This commit is contained in:
parent
dc4f857b35
commit
967ebc1c05
|
|
@ -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"
|
||||
Loading…
Reference in New Issue