Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Rename reference of multi-file to directory #985

Closed
xzyfer opened this issue Jun 3, 2015 · 2 comments
Closed

Rename reference of multi-file to directory #985

xzyfer opened this issue Jun 3, 2015 · 2 comments

Comments

@xzyfer
Copy link
Contributor

xzyfer commented Jun 3, 2015

The multi-file terminology is unintuitive and could be seen as suggesting we support multiple input files. This is how our documentation describes the multi-file mode.

Pass a directory as the input to compile multiple files. For example: node-sass sass/ -o css/. The --output flag is required and must be a directory when using multi-file compilation.

IMHO we should stop conflating these two terms and standardise on directory. I think this is much clearer.

Thoughts @am11

@xzyfer xzyfer self-assigned this Jun 3, 2015
@xzyfer xzyfer added this to the next.minor milestone Jun 3, 2015
@am11
Copy link
Contributor

am11 commented Jun 4, 2015

This is indeed the directory compile.
The multi-file compile would be where user will provide paths from varied roots (perhaps using glob's 'brace syntax'?), but we don't support glob for input (yet?) :)

@xzyfer
Copy link
Contributor Author

xzyfer commented Jun 11, 2015

Cool. Upgrade to feature request.

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

No branches or pull requests

2 participants