Skip to content
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

Open
vilmosioo opened this issue Sep 25, 2013 · 5 comments
Open

Support for directory specified in .bowerrc #36

vilmosioo opened this issue Sep 25, 2013 · 5 comments

Comments

@vilmosioo
Copy link

When specifying a different directory than simply 'components', it doesn't work

@raitucarp
Copy link

👍

@danic89
Copy link

danic89 commented Dec 9, 2013

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.

@vilmosioo
Copy link
Author

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.

@danic89
Copy link

danic89 commented Dec 9, 2013

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}
js lib before:...app/libs/jquery/jquery.js
js lib after:......app///ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js

@vilmosioo
Copy link
Author

This has nothing to do with this ticket. Can you open a separate one please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants