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

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -