Skip to content

Commit

Permalink
Move required files from "text" to "core" build
Browse files Browse the repository at this point in the history
This allows optional text plugins to be excluded from the build.

Closes #1115

Change-Id: I500afe51191ec224e9bad672f76c908fdf38abcb
  • Loading branch information
joeyparrish committed Nov 8, 2017
1 parent a93455a commit 64a1c4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions build/types/core
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@

+../../lib/polyfill/all.js

+../../lib/text/cue.js
+../../lib/text/simple_text_displayer.js
+../../lib/text/text_engine.js

+../../lib/util/array_utils.js
Expand Down
4 changes: 1 addition & 3 deletions build/types/text
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# All files related to text parsing and displaying.
# Optional plugins related to text parsing and displaying.

+../../lib/text/cue.js
+../../lib/text/mp4_ttml_parser.js
+../../lib/text/mp4_vtt_parser.js
+../../lib/text/simple_text_displayer.js
+../../lib/text/ttml_text_parser.js
+../../lib/text/vtt_text_parser.js

0 comments on commit 64a1c4e

Please sign in to comment.