简体   繁体   中英

Error on grails changing the javascript file

I'm working on a web project using Grails 2.3.7.

Every time I change any Javascript file and refresh the page, I've get direct to a blank page with the following message: "Resources are being processed, please wait..."

After some research, I discover that have something to do with the "DevModeSanityFilter.groovy".

Can anyone give a help so a can change the JS file and see the changes without this message and without restarting the server?

Remove the abandoned and deprecated resources plugin from your BuildConfig.groovy and use the asset-pipeline plugin instead. asset-pipeline uses a much better approach to resource handling and is actively developed.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM