Skip to content
New issue

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

sass file(s) written despite using Grunt's --no-write option #202

Open
dguzzo opened this issue Jun 21, 2015 · 0 comments
Open

sass file(s) written despite using Grunt's --no-write option #202

dguzzo opened this issue Jun 21, 2015 · 0 comments

Comments

@dguzzo
Copy link

dguzzo commented Jun 21, 2015

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.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant