Faker used to be globally exposed which allowed the consuming Rails app to do things like: Faker.Address.streetAddress()
But the introduction of gulp in #2 stopped doing this which now causes the error: Uncaught ReferenceError: Faker is not defined and stops Peteshow from loading.
I wouldn't mind if Faker would be scoped within Peteshow, but such a breaking change should probably be mentioned in a Changelog.md file
Affected apps based on a GitHub search are:
Faker used to be globally exposed which allowed the consuming Rails app to do things like:
Faker.Address.streetAddress()But the introduction of gulp in #2 stopped doing this which now causes the error:
Uncaught ReferenceError: Faker is not definedand stops Peteshow from loading.I wouldn't mind if Faker would be scoped within Peteshow, but such a breaking change should probably be mentioned in a Changelog.md file
Affected apps based on a GitHub search are: