gmac / backbone.epoxy

Declarative data binding and computed models for Backbone
http://epoxyjs.org
MIT License
615 stars 89 forks source link

Push 1.2.1 to Bower #96

Closed Anachron closed 10 years ago

Anachron commented 10 years ago

Like the title says.

PS D:\dev\maborami> bower info backbone.epoxy version
bower cached        git://github.com/gmac/backbone.epoxy.git#1.1.0
bower validate      1.1.0 against git://github.com/gmac/backbone.epoxy.git#*

'1.1.0'
allspain commented 10 years ago

Can we bump really need to use the new collection/itemView stuff.

allspain commented 10 years ago

Hey @Anachron its actually tagged 'v1.2'. Try that as the version number. Worked for me

Anachron commented 10 years ago

But it's not semver-compactible. Can you fix that?

allspain commented 10 years ago

Sorry no idea about semver, not one of the devs, hopefully this gets more visibility

Anachron commented 10 years ago

http://semver.org/ =)

gmac commented 10 years ago

Would one of you bower guys care to head the efforts of getting Epoxy situated in the way that you'd like it? I respect that you guys have a community and a workflow that you'd like to employ, however I don't use the tool and really have no knowledge of it myself. Call me old fashion, but I still think npm is pretty slick.

jonsaw commented 9 years ago

In your bower.json, you could install the latest version of backbone.epoxy directly from Github by adding the URL as a dependency.

{
  "dependencies": {
    "backbone": "~1.1.2",
    "backbone.epoxy": "https://github.com/gmac/backbone.epoxy"
  }
}

Only issue is you won't be able to have control over which version you can use.

Anachron commented 9 years ago

Yes, that's actually what I did. Thanks though!