diff --git a/build.sh b/build.sh index 17c7c63b11..e837a8e715 100755 --- a/build.sh +++ b/build.sh @@ -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 =====" diff --git a/modules/playground/src/gestures/index.html b/modules/playground/src/gestures/index.html index 72232d30f9..746684c1e9 100644 --- a/modules/playground/src/gestures/index.html +++ b/modules/playground/src/gestures/index.html @@ -15,18 +15,7 @@