clean

Purpose

The clean command will delete all compiled resources from the current Griffon application. Since Groovy is a compiled language, as with Java, this is sometimes useful to clear old instances of classes out and ensure correct compilation

Examples


griffon clean

Description

Usage:

griffon clean [packages]

You can specify additional packages to be cleaned. For example, to clean both zip and izpack installers you'll issue the following command

griffon clean zip izpack

Arguments: