Weceem plugin not rendering javascript -Grails 2.3.7 -


i got weceem-plugin (1.2) installed grails 2.3.7. runs fine except javascript not rendered - shows raw text. have confirmed static resources(css,images,js) loaded. in advance.

the problem can solved without rebuilding existed plugin. can try update config.groovy in application. please, check demo application weceem on github, here can find config.groovy https://github.com/jcatalog/weceem-app/blob/master/grails-app/conf/config.groovy . application on grails-2.3.7. check setting:

grails.resources.adhoc.excludes = ['/plugins/weceem-1.2']

also such settings

grails.views.default.codec= "none"

grails.views.gsp.codecs.scriptlet = "none"


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 -