当我有Gradle构建工具,但项目中没有Grant或Gulp时,如何使用ng-annotate模块?我需要最小化我的代码。
ng-annotate
发布于 2016-09-12 15:30:03
您只需要找到构建您所使用的系统的替代方案。
你可以在这里找到一些说明- Ng-annotate pipeline。
发布于 2016-09-12 15:37:05
有一些解决方案可以让您从groovy代码中调用node脚本:
node
Calling node from Gradle
Invoking Grunt tasks from Gradle
https://stackoverflow.com/questions/39445224
相似问题