Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 81cd836

Browse files
mgolIgorMinar
authored andcommitted
docs(guide): switch from ngmin to ng-annotate
ng-annotate is an independent alternative to ngmin that is non-invasive and more performant. For the background around the switch, see the discussion at: btford/ngmin#93 Closes #8117
1 parent c61626f commit 81cd836

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/content/guide/index.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ This is a short list of libraries with specific support and documentation for wo
8181

8282
### General
8383

84-
* **Javascript minification: **[Background](http://thegreenpizza.github.io/2013/05/25/building-minification-safe-angular.js-applications/), [ngmin automation tool](http://www.thinkster.io/pick/XlWneEZCqY/angularjs-ngmin)
84+
* **Javascript minification: **[Background](http://thegreenpizza.github.io/2013/05/25/building-minification-safe-angular.js-applications/), [ng-annotate automation tool](https://github.com/olov/ng-annotate)
8585
* **Analytics and Logging:** [Angularyitcs (Google Analytics)](http://ngmodules.org/modules/angularytics), [Angulartics (Analytics)](https://github.com/luisfarzati/angulartics), [Logging Client-Side Errors](http://www.bennadel.com/blog/2542-Logging-Client-Side-Errors-With-AngularJS-And-Stacktrace-js.htm)
8686
* **SEO:** [By hand](http://www.yearofmoo.com/2012/11/angularjs-and-seo.html), [prerender.io](http://prerender.io/), [Brombone](http://www.brombone.com/), [SEO.js](http://getseojs.com/), [SEO4Ajax](http://www.seo4ajax.com/)
8787

docs/content/guide/services.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ code, your variable names will get renamed unless you use one of the annotation
135135
</div>
136136

137137
<div class="alert alert-info">
138-
If you use a tool like [ngmin](https://github.com/btford/ngmin#ngmin) in your workflow you can
139-
use implicit dependency notation within your codebase and let **ngmin** automatically convert such
138+
If you use a tool like [ng-annotate](https://github.com/olov/ng-annotate) in your workflow you can
139+
use implicit dependency notation within your codebase and let **ng-annotate** automatically convert such
140140
injectable functions to the array notation prior to minifying.
141141
</div>
142142

0 commit comments

Comments
 (0)