You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
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.
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?) :)
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.IMHO we should stop conflating these two terms and standardise on
directory
. I think this is much clearer.Thoughts @am11
The text was updated successfully, but these errors were encountered: