Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing dojox with bower is not downloading Calendar #119

Open
noeliasfranco opened this issue Jul 15, 2016 · 1 comment
Open

Installing dojox with bower is not downloading Calendar #119

noeliasfranco opened this issue Jul 15, 2016 · 1 comment

Comments

@noeliasfranco
Copy link

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" ] }

@noeliasfranco
Copy link
Author

noeliasfranco commented Jul 15, 2016

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
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant