nodejs アプリケーションのデプロイを自動化するためにwerckerを使用しています。
コンパスをサポートするdigitallyseamless/nodejs-bower-grunt-runtime
ボックスでうまくいくと思いました。
しかし、うなり声がコンパスを使用しようとすると、エラーになります。
私の抜粋werker.yml
box: digitallyseamless/nodejs-bower-grunt-runtime:compass-support
build:
steps:
- wercker/npm-install
- greatbeyond/bower-install@0.5.8
- wercker/grunt:
stack: true
fail-on-warnings: true
tasks: clean ngconstant:production build
grunt
ログの抜粋についてcompass
Running "compass:dist" (compass) task
Warning: Command failed: /bin/sh -c compass --version
/bin/sh: 1: compass: not found
Use --force to continue.
Error: Command failed: /bin/sh -c compass --version
/bin/sh: 1: compass: not found
ステップが足りないようです。
compass
箱の中で仕事をする方法は?