Skip to content

Commit

Permalink
Build with CC Page Turn (#5)
Browse files Browse the repository at this point in the history
* add

* add cloudbuild, disable uglifyCode

* update release file
  • Loading branch information
lucemia authored Apr 15, 2020
1 parent f9e0096 commit 7ce8f61
Show file tree
Hide file tree
Showing 18 changed files with 97,108 additions and 1,065 deletions.
366 changes: 228 additions & 138 deletions build/player/lottie.js

Large diffs are not rendered by default.

14,636 changes: 14,635 additions & 1 deletion build/player/lottie.min.js

Large diffs are not rendered by default.

190 changes: 95 additions & 95 deletions build/player/lottie_canvas.js

Large diffs are not rendered by default.

12,341 changes: 12,340 additions & 1 deletion build/player/lottie_canvas.min.js

Large diffs are not rendered by default.

198 changes: 99 additions & 99 deletions build/player/lottie_canvas_worker.js

Large diffs are not rendered by default.

12,347 changes: 12,346 additions & 1 deletion build/player/lottie_canvas_worker.min.js

Large diffs are not rendered by default.

346 changes: 218 additions & 128 deletions build/player/lottie_html.js

Large diffs are not rendered by default.

13,379 changes: 13,378 additions & 1 deletion build/player/lottie_html.min.js

Large diffs are not rendered by default.

292 changes: 191 additions & 101 deletions build/player/lottie_light.js

Large diffs are not rendered by default.

9,820 changes: 9,819 additions & 1 deletion build/player/lottie_light.min.js

Large diffs are not rendered by default.

156 changes: 78 additions & 78 deletions build/player/lottie_light_canvas.js

Large diffs are not rendered by default.

9,864 changes: 9,863 additions & 1 deletion build/player/lottie_light_canvas.min.js

Large diffs are not rendered by default.

312 changes: 201 additions & 111 deletions build/player/lottie_light_html.js

Large diffs are not rendered by default.

10,902 changes: 10,901 additions & 1 deletion build/player/lottie_light_html.min.js

Large diffs are not rendered by default.

326 changes: 208 additions & 118 deletions build/player/lottie_svg.js

Large diffs are not rendered by default.

12,297 changes: 12,296 additions & 1 deletion build/player/lottie_svg.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
steps:
- name: node
entrypoint: npm
args: ['install']
- name: node
entrypoint: npm
args: ['run', 'build']
Loading

0 comments on commit 7ce8f61

Please sign in to comment.