volojs / volo

Create front end projects from templates, add dependencies, and automate the resulting projects
https://volojs.github.io/
Other
1.41k stars 99 forks source link

Volo add to specify branch #98

Closed guybedford closed 12 years ago

guybedford commented 12 years ago

Is there any way of specifying a branch instead of a tag to volo?

I'm testing out a dev branch on different systems, within various projects. Instead of having to tag each dev release to be able to reference these, it would be great to specify to just use the dev branch.

I did try the following in my package.json:

"dependencies": {
  "css": "github:guybedford/css/dev"
}

but that caused an error:

  ERROR: TypeError: Cannot call method 'replace' of undefined
jrburke commented 12 years ago

Definitely a regression. Fixed in master now, will go out as part of 0.2.4.