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

Devel setup under vagrant fails with grunt setup, bower, and discovery.vars.js.default #43

Closed
vsudilov opened this issue Jul 16, 2014 · 1 comment
Assignees

Comments

@vsudilov
Copy link
Contributor

grunt setup fails under bower:install with Fatal error: Arguments to path.join must be strings. Seemingly this is due to a broken bower packaged with grunt.

A workaround is to install bower and invoke manually a la:

npm install bower
bower install
grunt setup

Secondly, the application will fail since it can't find discovery.vars.js. I guess you intended for people to edit/rename discovery.vars.js.default, but it would be nice if this were documented.

I'll change the manifest to reflect the bower issue, @romanchyla could you document discovery.vars.js, at least from the standpoint of deployment?

@romanchyla
Copy link
Contributor

the configuration is now handled by grunt setup task

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

No branches or pull requests

2 participants