Lukasz
Lukasz
Hey @antonybudianto , Thanks for a this great project! It's a blast to develop with this structure. The only thing I had issues with is adding static htmls - do...
@antonybudianto , yes, of course! I have already existing project, that I build into the following structure: index.html (not angular app root) subpage1.html subpage2.html app.html /app /assets Now, in your...
Hey guys! I am wondering if there is any way to configure gulp to uglify the created .js file (using build task)? My main .js file weights 1.2mbs, which is...
This is what I've ended up doing. Reduced the size with gzip to 200kb's ;) 2016-09-28 15:13 GMT+02:00 Antony Budianto [email protected]: > It's already uglified (yes, shockingly it's still big),...
@PedroReyes - I am expecting the same behaviour. Did you managed to solve this issue?
@PedroReyes thank you! Moment after I've posted the message, I've found the solution to our problem in another thread: https://github.com/firebase/firebase-functions-test/issues/205 Basically, the solution was to modify: `await wrapped(change);` to `await...
Yes, I run this on the device. I found out that this was casued by invoking setState method right after using Mailer. As of now I am using timeout to...
@apbarratt - Its been some time since you've investigated this. Could you share some information, as far as you remember, about the trickiness of it? I will have some free...
Could you share what you have used instead?
Thanks! I will verify this over next few days and let you know!