-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Currently apiman-manager-ui can't be minified as it either declares or uses modules that don't have annotated controllers/directives. I've temporarily disabled it until we can get that taken care of.
FYI @KurtStam the controller declarations in apiman-manager-ui need to be annotated, more info -> https://scotch.io/tutorials/declaring-angularjs-modules-for-minification
could maybe just run ng-annotate on the generated .js file after compiling the typescript perhaps?