elementQuery icon indicating copy to clipboard operation
elementQuery copied to clipboard

Create bower.json for prod

Open jjb opened this issue 10 years ago • 0 comments

And another one for the prod branch

alas, there is no way to register a package with bower and point it at a branch. but users can still do this:

asset "elementQuery", github: "tysonmatanich/elementQuery#prod"

or this

{
  "dependencies": {
    "elementQuery": "git://github.com/tysonmatanich/elementQuery#prod"
  }
}

jjb avatar Oct 05 '15 17:10 jjb