gruntjs/grunt-contrib-compass

Using importPath option throws an error

amclin opened this issue · 4 comments

Using the importPath option causes an error on the call to compass:

`Running "compass:dist" (compass) task
Error: invalid option: --import-path=mypath/to/import

Usage: compass compile [path/to/project] [path/to/project/src/file.sass ...] [options]`

Compass expects a short flag:
compas -I mypath/to/import

Note: Issue #169 was closed with the claim that this use case is accounted for. While it may exist, it clearly isn't working.

Compass: v0.12.3
Grunt-Contrib-Compass: 1.0.1

This was working with Compass 0.12.3 and grunt-contrib-compass 0.7.2

It also appears to work for Compass 1.0.1 and grunt-contrib-compass 1.0.1

Introduce by adc77b7
I think grunt-contrib-compass@1.0.1 does not support Compass 0.12.x anymore ...

Yup, compass 1.0.1 is required.