Hey guys.
Running the braincrafted:bootstrap:install command seems to output to /web/fonts. I took a look at the command code, and /web/ is a hardcoded string.
In my install, my web assets aren't stored in the web dir, so I'm wondering if it would be possible to introduce the appropriate variables to make it follow the same conventions that the standard symfony bundles do for output.
Thanks.