## 0.29.20

* Features
  * Grasshopper Build task will now look for the `gha.json` in the environment first, directory second. The environment variable should be called 'GRASSHOPPER_ADMIN_CONIFG'

    ```javascript
    ghaConfig = process.env.GRASSHOPPER_ADMIN_CONFIG || grunt.file.findup('gha.json', {nocase: true}),
    ```
