Dominick
Results
1
issues of
Dominick
With this super simple setup: ``` js sass: { options: { 'sourcemap': 'none' }, dist: { files: { 'dist/nyt.css': 'src/stylesheets/nyt.sass' } } }, ``` running `grunt sass --no-write` will still...