-
Notifications
You must be signed in to change notification settings - Fork 35
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
Inject doesn't always write to file #159
Comments
I just figured out what the issue is. The |
Hmm, I haven't really put any thought into this being an issue. Any particular reason for having your JS in the head instead of in the bottom of your page? It's not really something that I mind, I just wanted to shave off a few milliseconds by running them in parallel instead of series, but shoot away. 😃 |
I'm using the out-of-the-box setup and am having the exact issue. Inject reports that it has injected, but it has not. |
Seems like this might be an issue after all, I'm traveling at the moment and don't have access to my computer for a few months so you'll have to change the parallel inject to a serial one yourselves until I can update it. |
I'm pretty sure my issue turned out to be unrelated. |
Oh, do you have any way of reproducing it? When I come back home I'm looking to revamp the generator to use webpack instead and knowing more of the pain points and errors would be nice. |
Occasionally I see a case where the inject tasks says it injected the CSS/JS but there is nothing added to the files. Sometimes it works fine for a long time but then it stops working for a bit. Wondering if it could be a race condition.
In all cases, Inject says that has inserted files but they are not written to disk.
The text was updated successfully, but these errors were encountered: