-
Notifications
You must be signed in to change notification settings - Fork 12
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
Not working for me #8
Comments
It sounds like it can't find the files. I'm guessing it can't find www/bower_components/angular/...., or maybe it's forgetting the I'll try and check later how it deals with this - in the meantime, can you post where your |
Hi and thank you for replying @bruderstein. You're right. Everything is packed in www directory. So the bower_components/ is subdirectory of www/, which means: www/bower_components/ is where our js libraries are. |
Ok, I've tried this exact layout out, and it works fine for me.
Can you try adding a gulp-debug line before and after the ghtmlSrc(), and paste the output here.
For my little page, I get the following output:
|
Hi. Thank you for replying. Can you also post the index.html code if possible? Thank you. |
Nothing to it, but all based under the
|
I'm getting a similar issue. Set up a very simple test structure. gulpfile.js
src/test.html
My output is as follows:
Then nothing.
Node version v4.4.4, NPM version 2.15.1, Gulp 3.9.1. Running this on CentOS 7. Happy to provide any further information for debugging... hoping I've just done something stupid here? |
Also now hitting this - similar simple setup |
This should be pretty easy to fix - I'm away for a few days though - I'll take a look next week. |
Same issue around here. @bruderstein any news on this? |
If you go to line 121 from the callback(); By this: setTimeout(function () {callback();}, 0); It passes all the tests, but still does not work. |
Hi,
I've tried to run the code posted, like this:
And this isn't working. Part of my html looks like this:
So, what am I actually doing wrong?
The text was updated successfully, but these errors were encountered: