refactor(playground): update gestures playground to use latest hammer.js

This commit is contained in:
Joao Dias
2016-10-30 22:25:42 +01:00
committed by vsavkin
parent ac801898bf
commit 4d8620cb91
6 changed files with 20 additions and 21 deletions

View File

@ -67,6 +67,7 @@ if [[ ${BUILD_ALL} == true ]]; then
ln -s ../../../../node_modules/reflect-metadata/Reflect.js .
ln -s ../../../../node_modules/rxjs .
ln -s ../../../../node_modules/angular/angular.js .
ln -s ../../../../node_modules/hammerjs/hammer.js .
cd -
echo "====== Copying files needed for benchmarks ====="