-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Can't get polymer 0.2.3 via bower (now) #481
Comments
Confirmed 0.2.2 is the current version on Bower. cc @azakus |
Ugh, bower still hasn't fixed the path to point to Polymer/polymer. |
Polymer 0.2.3 is the current version on bower. But polymer#0.2.3 has been using platform#0.2.2. is it right? When i was tested 3 day ago. polymer#0.2.3 was using platform #0.2.3 |
Whoops, sorry about that. Please clear the bower cache for polymer and try again: |
It works thanks @azakus |
I couldn't get polymer 0.2.3 now. bower has indicated 0.2.2 as latest version. Here is a info of polymer at bower.
bower info polymer
bower cached git://github.com/components/polymer.git#0.2.2
bower validate 0.2.2 against git://github.com/components/polymer.git#*
{
name: 'polymer',
description: 'Polymer is a new type of library for the web, built on top of Web Components, and designed to leverage the evolving web platform on modern browsers.',
homepage: 'http://www.polymer-project.org/',
keywords: [
'util',
'client',
'browser',
'web components',
'web-components'
],
author: 'Polymer Authors [email protected]',
version: '0.2.2',
main: [
'polymer.js'
],
dependencies: {
platform: 'Polymer/platform#0.2.2'
}
}
Available versions:
The text was updated successfully, but these errors were encountered: