We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With this super simple setup:
sass: { options: { 'sourcemap': 'none' }, dist: { files: { 'dist/nyt.css': 'src/stylesheets/nyt.sass' } } },
running grunt sass --no-write will still write the file.
grunt sass --no-write
On the contrary, grunt concat --no-write will not write my JS files, as expected.
grunt concat --no-write
I'm using grunt-contrib-sass version 0.8.0
Apologies if I'm doing something dumb or expecting the wrong behavior.
http://gruntjs.com/using-the-cli#no-write
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With this super simple setup:
running
grunt sass --no-write
will still write the file.On the contrary,
grunt concat --no-write
will not write my JS files, as expected.I'm using grunt-contrib-sass version 0.8.0
Apologies if I'm doing something dumb or expecting the wrong behavior.
http://gruntjs.com/using-the-cli#no-write
The text was updated successfully, but these errors were encountered: