sebholstein/angular-hacker-news

Clojure compiler using --build-optimizer

Utwo opened this issue · 1 comments

Utwo commented

Hello,
I was looking over you angular implementation listed on http://hnpwa.com, and I saw that you have one of the best scores. Then I read your blog post about this project and you showed interest in using Google Clojure Compiler.

Though its not really a Clojure Compiler, Angular-cli now have a beta flag available "--build-optimizer" that can reduce your code with 40%-50%. I tried to make a pull request but I saw that you didn't use angular-cli for building the project

You can find more info here: https://blog.angular.io/the-past-present-and-future-of-the-angular-cli-13cf55e455f8

Hi! Thanks for the link. I'm aware of the feature. Maybe I will try to improve the score with this optimizer - we will see. Thank you!