openbrainsrc / Radian

Plotting with AngularJS
http://openbrainsrc.github.io/Radian/index.html
168 stars 19 forks source link

Bower support #26

Closed faceleg closed 11 years ago

glutamate commented 11 years ago

We don't use Bower and looking into how to implement this support is not really a priority. However, it is probably really easy for you or other Bower users, and if you submit a pull request, we can merge it.

hcientist commented 11 years ago

I may have fixed this one? see the following terminal session based on the docs here: https://github.com/bower/bower#registering-packages

tgm@Phoenix:~$ bower register radian https://github.com/openbrainsrc/Radian.git
bower convert       Converted https://github.com/openbrainsrc/Radian.git to git://github.com/openbrainsrc/Radian.git
bower resolve       git://github.com/openbrainsrc/Radian.git#*
bower download      https://github.com/openbrainsrc/Radian/archive/v0.1.1.tar.gz
bower extract       radian#* archive.tar.gz
bower resolved      git://github.com/openbrainsrc/Radian.git#0.1.1
[?] Registering a package will make it installable via the registry (https://bower.herokuapp.com), continue? Yesn) Y
bower register      git://github.com/openbrainsrc/Radian.git

Package radian registered successfully!
All valid semver tags on git://github.com/openbrainsrc/Radian.git will be available as versions.
To publish a new version, just release a valid semver tag.

Run bower info radian to list the available versions.
tgm@Phoenix:~$ bower info radian
bower cached        git://github.com/openbrainsrc/Radian.git#0.1.1
bower validate      0.1.1 against git://github.com/openbrainsrc/Radian.git#*

{
  name: 'radian',
  homepage: 'https://github.com/openbrainsrc/Radian',
  version: '0.1.1'
}

Available versions:
  - 0.1.1

You can request info for a specific version with 'bower info radian#<version>'
tgm@Phoenix:~$ 
faceleg commented 11 years ago

Looks like it to me!