当我使用ui-performance插件时。我用这个代码来创建我在gsp中使用的新变量。
uiperformance.bundles = [
[type: 'js',
name: 'jsForLogin',
files: [
'jquery-2.1.0',
'common',
'jquery-ui.min',
'date.format',
'bootstrap'
]]
]
这个代码在config.groovy。所以当我在gsp中使用<p:css name='cssForLogin'/>
时,它已经包含了jquery-2.1.0,common,jquery-ui.min,date.format和bootstrap。
但资源插件怎么样?
我试过这个page。但我不知道如何设置像ui-performance这样的捆绑包。