We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The readme says: "So, there is no longer a strict requirement for bower and/or assetic." I'm trying to get rid of bower dependency.
It's however unclear what needs to be done in order to simply use the bundled resources rather than building them.
I've tried removing bower path from parameters.yml, and keep getting error running: Avanzu\\AdminThemeBundle\\Composer\\ScriptHandler::fetchThemeVendors
parameters.yml
Avanzu\\AdminThemeBundle\\Composer\\ScriptHandler::fetchThemeVendors
The error I get when running composer install is:
composer install
> Avanzu\AdminThemeBundle\Composer\ScriptHandler::fetchThemeVendors Installing theme assets [Executing] install --allow-root [Error] install: illegal option -- - usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The readme says: "So, there is no longer a strict requirement for bower and/or assetic."
I'm trying to get rid of bower dependency.
It's however unclear what needs to be done in order to simply use the bundled resources rather than building them.
I've tried removing bower path from
parameters.yml
, and keep getting error running:Avanzu\\AdminThemeBundle\\Composer\\ScriptHandler::fetchThemeVendors
The error I get when running
composer install
is:The text was updated successfully, but these errors were encountered: