quaertym / ember-cli-compass-compiler

Ember CLI Compass Compiler
MIT License
28 stars 23 forks source link

Does not work with ember-component-css #68

Open oligriffiths opened 8 years ago

oligriffiths commented 8 years ago

Hi,

This is a great addon, however it doesn't work with https://github.com/ebryn/ember-component-css

Not sure if the issue is on this side or the ember-component-css side, you get the following error:

Compilation failed in 1 files.

Command failed: /bin/sh -c compass compile --sass-dir=app/styles --css-dir='/Volumes/Macintosh_HD/Users/shauncutts/src/xweaver/tmp/compass_compiler-tmp_cache_dir-7eOPZ5fB.tmp/assets' --output-style=compressed

Error: Command failed: /bin/sh -c compass compile --sass-dir=app/styles --css-dir='/Volumes/Macintosh_HD/Users/shauncutts/src/xweaver/tmp/compass_compiler-tmp_cache_dir-7eOPZ5fB.tmp/assets' --output-style=compressed

https://github.com/ebryn/ember-component-css/issues/90

Any ideas?