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
Related to #52, what was bad attempt to fix the issue and didn't take into account situation with different paths on different environments.
Issue
Changes into source_path.patterns don't make any effect but it should and the package should be rebuilt. It seems that there is the same situation with other fields in the source_path object.
Solution
Take only environment independent part of the source_path into account for a content hash computation.
Workaround
Use hash_extra to specify a string value dynamically.