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

grunt build fails #5

Open
chancezeus opened this issue Feb 27, 2014 · 0 comments
Open

grunt build fails #5

chancezeus opened this issue Feb 27, 2014 · 0 comments

Comments

@chancezeus
Copy link

The Grunt build task fails because the Cordova CLI detects that the target folder of "grunt cordova:build" already exists. Somewhere in the chain the "cordova create" command gets called to create this (already existing) folder, so either it shouldn't be called if it already exists (just updated to include the proper platforms etc) or it should be removed and recreated (after which the www folder should either be linked (cordova create --link-to style) or copied)...

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