-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Create gulp serve:debug
task
#1628
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
Comments
Maybe this is a new issue, but I created the App with gulp as task runner and everything got created good, but when I run gulp serve it says
howevey there is gulpfile.babel.js |
@javidrashid please ask your question in either the Gitter.im room, Stack Overflow, or a different issue. @doc82 You're correct, there is no |
Actually @javidrashid brought up a bug as well - when you provision a new app with gulp, and if you have never installed gulp - you have to npm install -g gulp-cli to get it to work. Confirmed this on both my mac + pc. Unrelated to this though, I'll open a new issue. |
Roger roger @Awk34 Thanks for all the awesome work by the way - absolutely in love with this repo |
@doc82 😀 👍 |
Also whenever I clone this repo with grunt or gulp on PC or an Mac, I always get tthe
in the browser . Console shows this GET http://localhost:9000/ net::ERR_EMPTY_RESPONSE I know this is not related to repo as such but more to the network settings but I cloned at two different locations(ISPS, VPN's) but never seem to get around this issue. Any thoughts? |
@javidrashid what are your exact steps? |
I have the generator installed updated again today and here is what I select when it questions? Babel is that what you are asking? |
That, and anything else. Are you using |
Yes and here is what it looks like
|
If you have just generated an app, and run |
Yes it opens a browser tab but nothing shows up on the tag. Browser displays:
|
and if I do I get this
I hope thats clear to you. |
@javidrashid think you can chat in Gitter.im? That would be easier, and I don't want to hijack this issue with your unrelated problem. |
I understand but I don't think this is unrelated problem. |
This GitHub issue refers to how there's no |
Ohhh thats true, I thought you meant the problem is not related to this generator. |
Maybe I'm missing something, but after diving through the gulp file, I don't seem to see the same debug option provided by grunt.
Am I being a noob, or has this yet to be put in yet?
Thank you!
The text was updated successfully, but these errors were encountered: