File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ Zepto.js] ( https://github.com/madrobby/zepto ) custom build used by [ Clappr player] ( https://github.com/clappr/clappr ) .
4
4
5
- Zepto is build with ` ajax callbacks deferred event ie selector touch zepto ` modules.
5
+ Zepto is build with ` ajax callbacks deferred event ie selector zepto ` modules.
6
6
7
7
## Building
8
8
Original file line number Diff line number Diff line change @@ -5,7 +5,10 @@ SCRIPT_FILE=$(cd `dirname "${BASH_SOURCE[0]}"` && pwd)/`basename "${BASH_SOURCE[
5
5
SCRIPT_DIR=$( dirname " ${SCRIPT_FILE} " )
6
6
SCRIPT_NAME=$( basename " $SCRIPT_FILE " )
7
7
8
- ZEPTO_MODULES=" ajax callbacks deferred event ie selector touch zepto"
8
+ if [[ -z " $ZEPTO_MODULES " ]]; then
9
+ ZEPTO_MODULES=" ajax callbacks deferred event ie selector zepto"
10
+ fi
11
+
9
12
OUTPUT_PATH=$CURRENT_DIR # Default is current folder
10
13
COMMIT=" "
11
14
You can’t perform that action at this time.
0 commit comments