clean
Purpose
Theclean
command will delete all compiled resources from the current Grails application. Since Groovy is a compiled language, as with Java, this is sometimes useful to clear old instances of classes out and ensure correct compilationExamples
grails clean
Description
Usage:grails clean