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

Check with require does not output the correct cmd #230

Open
HMAZonderland opened this issue Sep 6, 2016 · 0 comments
Open

Check with require does not output the correct cmd #230

HMAZonderland opened this issue Sep 6, 2016 · 0 comments

Comments

@HMAZonderland
Copy link

HMAZonderland commented Sep 6, 2016

I have defined variables into a json file that I include into my sass files. I use the sass-json-vars plugin to do this.

When I execute the the command grunt sass:test (I have created a task) it does read the options i've created correctly:

Options: require="sass-json-vars", check, update=false

However the command it outputs is:

Command: sass --check sampletheme/sass/style.scss

Which is not the complete command because I do require this sass-json-vars plugin.

When I try this command:

sass --check sampletheme/sass/style.scss --require=sass-json-vars

It won't execute.

I'm not sure this is expected behaviour of if this feature is not possible at all, but i'm just reporting this issue,

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