Update circle.ci to install grunt

This commit is contained in:
Andrew Miner
2016-04-03 20:00:10 -07:00
parent a73850897f
commit d3f78e9349
2 changed files with 8 additions and 5 deletions
+4 -3
View File
@@ -1,12 +1,13 @@
dependencies:
pre:
- gem install sass --version ">= 3.4"
- npm install -g grunt-cli
deployment:
staging:
branch: master
branch: staging
commands:
- ./scripts/deploy --staging
- grunt deploy:staging
production:
branch: production
commands:
- ./scripts/deploy --production
- grunt deploy:prod