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
Since barback doesn't have a concept of directories, it's possible to emit two assets like:
foo/bar // a file "bar" with no extension
foo/bar/baz.txt
That will fail horribly with something like pub build when it tries to output those two files. Instead of allowing this, barback should probably treat that like a collision.
The text was updated successfully, but these errors were encountered:
Since barback doesn't have a concept of directories, it's possible to emit two assets like:
foo/bar // a file "bar" with no extension
foo/bar/baz.txt
That will fail horribly with something like pub build when it tries to output those two files. Instead of allowing this, barback should probably treat that like a collision.
The text was updated successfully, but these errors were encountered: