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

Make output and input files optional #27

Open
danielo515 opened this issue May 1, 2018 · 1 comment
Open

Make output and input files optional #27

danielo515 opened this issue May 1, 2018 · 1 comment

Comments

@danielo515
Copy link

Hello,
Thank you for your library.

If there is something I like about broccoli is how it is just a file transformer, making the task of just transpiling files very easy and transparent. For me it is key that it just takes a folder as an input and produces the same folder structure as an output. This module does not follow that convention and forces me to include both an input tree, to select a list of files (why? doesn't that taken care on the tree ?) and to specify an output file. I would love to just take the scss files and turn them into css files on the output directory on the same path. Seems that this plugin is only able to produce one single output file, what If I have several scss input files and want several css output files ?

Thanks in advance

@danielo515
Copy link
Author

Any comment about this?

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