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

Build all files in directory #176

Open
nottrobin opened this issue Jun 20, 2016 · 7 comments
Open

Build all files in directory #176

nottrobin opened this issue Jun 20, 2016 · 7 comments

Comments

@nottrobin
Copy link

nottrobin commented Jun 20, 2016

Unless I've missed something, it seems that currently sassc only supports compiling one file at a time.

Is there any plan to support building every file in a directory?

@xzyfer
Copy link
Contributor

xzyfer commented Jun 21, 2016

There are currently no plans for active feature development on SassC. We're open to pull requests.

@nottrobin
Copy link
Author

nottrobin commented Jun 21, 2016

@xzyfer ah. Has the project been abandoned/deprecated, or is it just that the project lacks leaders?

Am I wrong in thinking this is the fastest way to run LibSass, which I thought was intended to be the future standard version of Sass?

@xzyfer
Copy link
Contributor

xzyfer commented Jun 21, 2016

Has the project been abandoned/deprecated

No. We've purposely opted to keep it simple and dependency free.

is it just that the project lacks leaders

Our primary focus is LibSass feature parity. We consider this feature complete for 95% of users. We're open to pull requests but we're not actively working on this.

Am I wrong in thinking this is the fastest way to run

You are not mistaken. Which is another reason we prefer to keep things simple.
Alternative you can use node-sass which is more actively maintained.

I thought was intended to be the future standard version of Sass?

There are no offical plans for this. Using LibSass is a choice :)

@nottrobin
Copy link
Author

@xzyfer thanks for so thoroughly answering each of my questions 👍

@funkyfuture
Copy link

funkyfuture commented May 4, 2018

it would would be helpful if there was an option that would derive the output path from the input path by simply replacing the file extension, that would make it easy to use with find like:

find . -name "*.scss" -exec sassc --that-needed-option {} \;

@saper
Copy link
Member

saper commented May 5, 2018

Currently sassc file.scss without a second argument prints CSS to stdout. Should this be changed? Good question.

@funkyfuture
Copy link

i don't think so, as it would break current usages.

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

No branches or pull requests

4 participants