linemanjs / lineman-angular

A Lineman plugin for Angular projects (for a quickstart, see lineman-angular-template)
8 stars 5 forks source link

swap ngmin out in favor of ng-annotate #10

Closed neall closed 10 years ago

neall commented 10 years ago

ngmin is deprecated in favor of ng-annotate

I checked the minified output and it looks the same. Build time is much faster.

The only thing I am concerned about is that anyone upgrading lineman-angular who has special ngmin config will have to change the key in their config file, right?

searls commented 10 years ago

Hey @davemo, care to verify this for us?

neall commented 10 years ago

@davemo did this in a separate commit.