MobileFirst ant scripts for build with minificatio

2019-09-11 08:23发布

I have been building an application and have been using MobileFirst minification activated in the Studio. Now i am developing ant scripts and can't seem to find a property to activate minification during the ant build.

I have my build-settings.xml properly configured but my ant builds don't generate minified code. What I am missing?

1条回答
我命由我不由天
2楼-- · 2019-09-11 08:56

You can use the attributes concatenate="true" and minifyResources="true" in the builder element.

查看更多
登录 后发表回答