dependencies: pre: - gem install sass --version ">= 3.4" - npm install -g grunt-cli deployment: staging: branch: staging commands: - grunt upload:staging production: branch: production commands: - grunt upload:prod