Closed monteslu closed 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.
This is fixed now, was able to fix via the repos override repo.
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.