-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Hello. We are getting the dojo source using grunt. All works well except for dojox/calendar.
We have the following dependency in our bower.json "dojox": "dojo/dojox#^1.11.2", but we tried with other versions and it never download the calendar content
This is our bower.json file:
{ "name": "Client Portal Dependencies", "version": "0.0.1", "appPath": "bower_components", "dependencies": { "dojo-util": "dojo/util#~1.11.2", "dojo": "~1.11.2", "dijit": "~1.11.2", "dojo-themes": "~1.11.2", "dojox": "dojo/dojox#^1.11.2", "dgrid": "~1.1.0", "put-selector": "~0.3.6", "font-awesome": "~4.6.3", "jso": "^2.0.3" }, "devDependencies": {}, "description": "A Client Portal App", "main": "", "moduleType": [], "license": "MIT", "homepage": "", "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ] }