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

Update FrontendDependency for use with deps containing '/' #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gavares
Copy link

@gavares gavares commented Jun 7, 2015

Some bower depeneencies contain '/' chars in the specifier.
FrontendDependency now converts all dependencies to use a safe form of
'key' -> 'artifactName#artifactVersion' rather than just 'artifactName'
-> 'artifactVersion'.

Example

old: 'PolymerElements/paper-header-panel': '^1.0.0'
new: 'paper-header-panel': 'PolymerElements/paper-header-panel#^1.0.0'

gavares added 2 commits June 7, 2015 12:18
Some bower depeneencies contain '/' chars in the specifier.
FrontendDependency now converts all dependencies to use a safe form of
'key' -> 'artifactName#artifactVersion' rather than just 'artifactName'
-> 'artifactVersion'.

Example

  old: `'PolymerElements/paper-header-panel': '^1.0.0'`
  new: `'PolyberElements_paper-header-panel':
  'PolymerElements/paper-header-panel#^1.0.0'`
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

Successfully merging this pull request may close these issues.

1 participant