-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
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
Support for directory specified in .bowerrc #36
Comments
👍 |
I don't quite understand the purpose of stripping path configured in .bowerrc. When I set as a sample: 'app/bower_components', the result CDN addres will be 'app///{google_cdn_address}'. I think that whole path configured in .bowerrc should be removed in order to have proper CDN address. |
The parsers does not recognize that path_to_components/angular.min.js is angular and it is not replaced in index.html with the CDN version. |
As I mentioned, when I have my bower components in path with separator the result path contains CDN version. This path cointains a part of my libs path as well. Example: my path:........app/libs/ {my bower components} |
This has nothing to do with this ticket. Can you open a separate one please? |
When specifying a different directory than simply 'components', it doesn't work
The text was updated successfully, but these errors were encountered: