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
Hi, I've got some .graphl files that my project depends on. I am transpiling with the ts_project rule and the most straight forward I found to bundle the .graphl files was to use copy_to_bin. The problem is, when my .graphql files change, this does not trigger a rebuild when running through iBazel. I would really like changes to these files to trigger rebuilds, so I don't have to open an included .ts file and save that in order to trigger it.
Is there a solution to this? Am I going about this the wrong way?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I've got some
.graphl
files that my project depends on. I am transpiling with thets_project
rule and the most straight forward I found to bundle the.graphl
files was to usecopy_to_bin
. The problem is, when my.graphql
files change, this does not trigger a rebuild when running through iBazel. I would really like changes to these files to trigger rebuilds, so I don't have to open an included.ts
file and save that in order to trigger it.Is there a solution to this? Am I going about this the wrong way?
Beta Was this translation helpful? Give feedback.
All reactions