You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
After reading that now dojox will not contain more third party packages, I tried to dowload the calendar using bower install dojo-calendar, but I'm getting the following errors:
`
bower dojo-calendar#* invalid-meta dojo-calendar is missing "main" entry in bower.json
bower dojo-calendar#* invalid-meta dojo-calendar is missing "ignore" entry in bower.json
`
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" ] }
The text was updated successfully, but these errors were encountered: