Skip to content

Commit

Permalink
amp-fit-text: Add cross-version dependencies to source files (#32564)
Browse files Browse the repository at this point in the history
* Add dependency to sources

* Allow *.js instead

* Add TODO
  • Loading branch information
caroqliu committed Feb 9, 2021
1 parent 6025d6f commit 0223d02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-system/compile/sources.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ const CLOSURE_SRC_GLOBS = [
'extensions/amp-bind/**/*.js',
// Needed to access to Variant interface from other extensions
'extensions/amp-experiment/**/*.js',
// TODO(#32523) Remove this when Bento experiment is done.
// Needed to access across versions
'extensions/amp-fit-text/1.0/*.js',
// Needed to access form impl from other extensions
'extensions/amp-form/**/*.js',
// Needed by amp-facebook-* for the loader logo
Expand Down

0 comments on commit 0223d02

Please sign in to comment.