0

How to use ng-annotate module, when I have Gradle Build Tool and no Grant or Gulp in project? I need minimize my code.

Serhio g. Lazin
  • 9,442
  • 6
  • 25
  • 33

2 Answers2

1

You just need to find alternative for building system that you use.

You can find some instructions here - Ng-annotate pipeline.

Kanso Code
  • 7,479
  • 5
  • 34
  • 49
1

There are some solutions that can let you call node scripts from your groovy code :

Calling node from Gradle

Invoking Grunt tasks from Gradle

Zakaria
  • 14,892
  • 22
  • 84
  • 125