create bundles resource plugin grails -
when use ui-performance plugin. use this code create new variabel use in gsp.
uiperformance.bundles = [ [type: 'js', name: 'jsforlogin', files: [ 'jquery-2.1.0', 'common', 'jquery-ui.min', 'date.format', 'bootstrap' ]] ]
this code @ config.groovy. when use <p:css name='cssforlogin'/>
in gsp, include jquery-2.1.0,common,jquery-ui.min,date.format,and bootstrap.
but how resource plugin?
i tried page. dont know how set bundles ui-performance.
Comments
Post a Comment