Search code examples
grailsscaffolding

How to remove Static Scaffold content


Is there a better, or proper way to remove the output of a $ grails generate-all Tip above simply running a rm on the TipController and on the views/tip dir?


Solution

  • Manually removing the files as you suggested is the proper way to remove the generated content. There is no built in grails command to do so.