Skip to content

Instantly share code, notes, and snippets.

@morion4000
Last active November 9, 2016 13:34
Show Gist options
  • Save morion4000/6842eac8e3514863b34151ee5f553b9f to your computer and use it in GitHub Desktop.
Save morion4000/6842eac8e3514863b34151ee5f553b9f to your computer and use it in GitHub Desktop.
wercker.yml for the new Wercker stack with the Yeoman box
box: digitallyseamless/nodejs-bower-grunt:5
build:
steps:
- install-packages:
packages: ruby-full
- script:
name: install compass gem
code: gem update --system && gem install compass
- npm-install
- olger/yeoman-bower-install
- grunt:
tasks: build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment