标签: ant ibm-mobilefirst
我一直在构建一个应用程序,并且已经在Studio中激活了MobileFirst缩小功能。 现在我正在开发ant脚本,并且似乎找不到在ant构建期间激活缩小的属性。
我的build-settings.xml配置正确,但我的ant版本不会生成缩小的代码。我缺少什么?
答案 0 :(得分:1)
您可以使用属性连接 =" true"和 minifyResources =" true"在构建器元素中。