gruntjs / grunt-contrib-compass

Compile Compass to CSS.
http://gruntjs.com/
MIT License
626 stars 128 forks source link

Problem with importpath parameter. #212

Closed AritzBi closed 8 years ago

AritzBi commented 9 years ago

Hi!

I am using Compass 1.0.1 and grunt-contrib-compass 1.01 and I get the following error when I try to lunch the grunt serve task:

Warning: Errno::ENOENT on line ["33"] of /usr/lib/ruby/gems/1.9.1/gems/compass->1.0.1/lib/compass/exec/global_options_parser.rb: No such file or directory

Any clues? I have been trying with lower versions but I get the same errors.

Here how is defined:

 compass: {
      options: {
        sassDir: '<%= yeoman.app %>/styles',
        cssDir: '.tmp/styles',
        generatedImagesDir: '.tmp/images/generated',
        imagesDir: '<%= yeoman.app %>/images',
        javascriptsDir: '<%= yeoman.app %>/scripts',
        fontsDir: '<%= yeoman.app %>/styles/fonts',
        importPath: '<%= yeoman.app %>/bower_components',
        httpImagesPath: '/images',
        httpGeneratedImagesPath: '/images/generated',
        httpFontsPath: '/styles/fonts',
        relativeAssets: false,
        assetCacheBuster: false,
        raw: 'Sass::Script::Number.precision = 10\n'
      },```javascript