If you see the following error whilst running your build commands:

```
Grunt not found
```

This means grunt needs to be installed, You'll need to add the following to your build commands:

```
npm install --quiet grunt-cli 
./node_modules/grunt-cli/bin/grunt all
```