You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to install bower dependancies that aren't inside a bundle? e.g, I want to install from app/Resources/config/bower.json as well as my bundles.
The text was updated successfully, but these errors were encountered:
You could adjust the config_dir for the bundle configuration (see configuration reference for more information). But sadly you still have to use some bundle for it. So currently there is no "nice way" to define the location not tied to a bundle
Now you can use the same configuration from command line.
@Spea Sorry if I go off-topic, but why isn't this configuration the default? I have previous experience with both Symfony (2+ years) and Bower (half a year), but the current configuration scheme puzzled me. Why are the configuration split in bundles sections (other than distributing bower.json in a bundle)? Should I file a DX issue?
Is there a way to install bower dependancies that aren't inside a bundle? e.g, I want to install from app/Resources/config/bower.json as well as my bundles.
The text was updated successfully, but these errors were encountered: