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
@pencilcheck I was able to confirm by running bower info Buttons and there was definitely no version .. sorry about that. We apparently needed to create a corresponding tag (to what's already in our bower.json) and push that git tag up.
I've done that (1.1.1) and verified with:
bower info Buttons
bower not-cached git://github.com/alexwolfe/Buttons.git#*
bower resolve git://github.com/alexwolfe/Buttons.git#*
bower download https://github.com/alexwolfe/Buttons/archive/v1.1.1.tar.gz
bower extract Buttons#* archive.tar.gz
bower resolved git://github.com/alexwolfe/Buttons.git#1.1.1
{
name: 'Buttons',
version: '1.1.1',
homepage: 'https://github.com/unicorn-ui/Buttons',
authors: [
'alexwolfe'
],
description: 'A fully customizable CSS button library built using Sass',
main: 'css/buttons.css',
keywords: [
'Buttons',
'Sass',
'scss',
'css',
'Css Buttons',
'Sass Buttons'
],
license: 'Apache License v2.0'
}
Available versions:
- 1.1.1
You can request info for a specific version with 'bower info Buttons#<version>'
So I believe you should be good. I'll leave open for a couple days but if you could confirm this fixes your issue it would be greatly appreciated! Thanks for using Buttons @pencilcheck
I want to convert to rails-assets so I can use it in my rails app, but it is missing versions.
Thanks.
https://rails-assets.org
The text was updated successfully, but these errors were encountered: