segmentio / myth

A CSS preprocessor that acts like a polyfill for future versions of the spec.
4.32k stars 131 forks source link

Grunt Myth error "toString" #60

Closed raribeiro closed 10 years ago

raribeiro commented 10 years ago

Hey, guys! I'm taking this out forever in grunt-myth, does anyone know what can be?

Running "myth:dist" (myth) task Warning: Cannot call method 'toString' of null Use --force to continue.

My config

myth: {
      options: {
          sourcemap: true
      },
      dist: {
        files: {
            './build/css/<%= pkg.name %>.<%= pkg.version %>.min.css':'./build/css/<%= pkg.name %>.<%= pkg.version %>.min.css'
        }
      }
    }
MoOx commented 10 years ago

Maybe you should try to open an issue on grunt-myth repo