-
Notifications
You must be signed in to change notification settings - Fork 336
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:android --debug hangs at the end (on linux) #116
Comments
If I CTRL-C and do grunt run - it installs on my device but that command also hangs after "LAUNCH SUCCESS" message. |
|
Same here: |
@dalyc can you update to the latest version and overwrite your Thanks. |
@diegonetto done as you asked and grunt build completes without hang
grunt serve works and all the ionic server commands work except quit which hangs after quitting
|
Correct me if Im wrong but I think thats not 'hanging'. It's just the never Give it a shot and try to edit some files while grunt serve 'hangs'. If I'm |
@rvanbaalen i understand that grunt serve is supposed to work as you describe but it should exit cleanly back to the shell once q or quit is typed. Also grunt run should exit too - assuming the task is simply to install the app on the device and not "watch" the 'on-device' app. Remember also that these are very minor issues for me. The tasks work and I simply CTRL-C to get back to my shell. But I think they are worth fixing if possible because first time users will get that "buggy" feeling and may give up before discovering how awesome this project is :) |
I'm trying this from a windows 7 machine, and can run "grunt run:android" and the app compiles and installs on the phone fine, but as soon as I add the "--debug" flag to the command and run it again, it gets stuck around the watch.js part: |
Using IntelliJ IDEA 14.01, if I have a "Before launch" configuration to run grunt like this, it seem to compile, install and track the "logcat" from the device fine, which is great. So I'll be using this for now. Thanks anyway. |
* commit '3516f23ae20205f06f5dd2f3072638d0fbd385c2': (22 commits) docs(docs): Update Changelog 0.6.1 fix(ionic): Run ionic and watch concurrently. Closes diegonetto#114, diegonetto#116, & diegonetto#121 Update README.md Update getting-started.md Update README.md Update FAQ.md Update README.md Update README.md Update FAQ.md Update getting-started.md Update README.md Update FAQ.md Update getting-started.md Create android.md Update getting-started.md Create app-testing.md Delete app-testing Create app-testing Create getting-started.md ...
Hi
Just created a brand new side-menu project using 0.6.0 (with all plugins except inappbrower). Then
Everything seems to work but after the output below, the build process does not exit and return control back to my shell.
Cheers
dalyc
The text was updated successfully, but these errors were encountered: