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

Add config reader #5

Closed
3 tasks
daniel-v opened this issue Dec 8, 2016 · 0 comments · Fixed by #6
Closed
3 tasks

Add config reader #5

daniel-v opened this issue Dec 8, 2016 · 0 comments · Fixed by #6

Comments

@daniel-v
Copy link
Owner

daniel-v commented Dec 8, 2016

Sass builder should be configurable via a config file.

In the config file, one is to be able to

  • provide file globs to execute on
  • provide compilation strategy (currently dart and binary)
  • optionally provide extra arguments for binary compilation strategy

Example 1:

sass:
  builder: dart
files:
- web/*.scss

Example 2:

sass:
  builder: binary
  arguments:
  - node-sass
  - someotherarg
files:
- web/*.scss

#4 depends on this.

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

Successfully merging a pull request may close this issue.

1 participant