Closed sven-sprd closed 9 years ago
Since upgrade from 0.8.1 to 0.9.0 I get the following error:
OptionParser::InvalidOption: invalid option: --no-debug-info
Snippet from gruntfile.js
... sass: { dist: { options: { debugInfo: false }, files: { 'styles.css': 'styles.scss' } }, }, ...
Setting debugInfo to true works fine.
Sorry about that. Forgot how strict the Sass argument parser is.
Since upgrade from 0.8.1 to 0.9.0 I get the following error:
Snippet from gruntfile.js
Setting debugInfo to true works fine.