D
D
Came here to ask the same thing. Actually it's much worse for us. The XLIFF 1.2 is 340kb and our bundle grew from 1.8mb to 3.6mb (doubled). Thought there was...
Still doesn't work whatsoever in like 3 years. Thought I'd give it another go since Angular CLI allows you to export stats and recommends this site: `sort of undefined` is...
Add support for JS templates = something like html2js? I was looking at this earlier. Was wondering how to integrate it into the usemin process and it seems like it...
After seeing how Gulp is about streaming, I wouldn't mind seeing a Gulp version of this. I wanted to add html2js and with all of the temporary files and complexity...
I think this is also related to https://github.com/yeoman/generator-angular/issues/522 in which alot of useless CSS/JS is included with every package. I like the idea of automatically adding to your index.html the...
The actual IP address that rethinkdb was resolving to was: ``` PING rethinkdb (172.20.0.5): 56 data bytes 64 bytes from 172.20.0.5: icmp_seq=0 ttl=64 time=0.145 ms ``` I believe the problem...
This would allow it: https://github.com/teamhephy/workflow/issues/47
Out of interest, please do :)
perhaps an option to disable inlining errors? The normal behaviour is fine when you've got something like: `This field is required` but when you've got a long error message then...
I'm using a CMS to allow adding buttons dynamically and for the button.type I'm doing something like this: ```ts export interface Button { id: string; text: string; type: string; color:...