BazingaJsTranslationBundle
BazingaJsTranslationBundle copied to clipboard
configure the dump folder
it would be nice if the dump dir could be configured in bundle config and not on command line, so it's less error prone and the same for everyone on the project and ci/cd
btw, the docs say: "By default, it generates files in the public/js/ directory." but in code it's web/js
https://github.com/willdurand/BazingaJsTranslationBundle/blob/master/Command/DumpCommand.php#L89 https://github.com/willdurand/BazingaJsTranslationBundle/blob/master/Dumper/TranslationDumper.php#L122
thanks
You are right @bazo, makes sense. web/js is the old folder structure. What do you think if you create a PR fixing this? 😄