You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation only mentions 'path/to/soy/file/foo.soy' about what kind of path should be specified in import statements.
Therefore, I have tried several patterns and expect that paths to soy file specified in import statements must match the format specified in the --srcs option.
However, this way is unstable because it depends on the working directory of executing compilation.
Please let me know if there is a better way for it.
The text was updated successfully, but these errors were encountered:
The documentation only mentions
'path/to/soy/file/foo.soy'
about what kind of path should be specified in import statements.Therefore, I have tried several patterns and expect that paths to soy file specified in import statements must match the format specified in the
--srcs
option.However, this way is unstable because it depends on the working directory of executing compilation.
Please let me know if there is a better way for it.
The text was updated successfully, but these errors were encountered: