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

inconsistent behavior pulling down different dependencies #146

Closed monteslu closed 11 years ago

monteslu commented 11 years ago

In my package json I have this section:

"volo": { "baseUrl": "public/js", "dependencies": { "dojo": "github:dojo/dojo/1.8.3", "util": "github:dojo/util/1.8.3", "dijit": "github:dojo/dijit/1.8.3", "dojox": "github:dojo/dojox/1.8.3", "wsrpc": "github:monteslu/wsrpc/master" } }

Everthing is pulling down the full projects except for dojox. That one only gets the dojox.js file. dijit gets the full folder even though it also has a dijit.js file.

jrburke commented 11 years ago

This is fixed now, was able to fix via the repos override repo.