braincrafted/bootstrap-bundle

Install console command outputs to /web/..., no way to configure.

dkisselev opened this issue · 1 comments

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.

You're right, the path should be configurable.