-
-
Notifications
You must be signed in to change notification settings - Fork 18
File configuration fails with input & output #313
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
Comments
@ccsaposs Hi, thanks for your feedback, there are indeed a couple of issues with merging configurations. |
@Scrum not sure if this is related but one of the recent releases broke |
@giuseppeg @ccsaposs Yes, there was a massive degradation of functionality according to the configuration resolution, fix it in #314 |
@Scrum no worries! Thank you so much for fixing these quickly - by the way while I appreciate to get the quick fix, with my bug reports I don't want to rush and make pressure on you. For what concerns me it is ok if it takes a little more time to get the fix as I know that many of us do open source in our free time. |
@Scrum I tried 0.7.3 and the cli doesn't work yet. Here is how I use it:
(notice the glob patterns are quoted so that the shell doesn't expand them). In order for fast-glob to grab those files you shouldn't resolve the path to absolute - you should remove the following line posthtml-cli/src/cfg-resolve.js Line 32 in 4616152
|
You do not create pressure, I know not by hearsay what it is to wait for an answer or a decision on GitHub and this does not give me joy, I would not want the products of the organization to suffer from this. Everyone is yours issue this is a small step for our organization in its development, do not hesitate to write or talk about problems, we will always find time to quickly solve your problem |
@Scrum Thank you so much for the quick fix! We've got 0.7.3 up and running & it's working great. We really appreciate your quick response and the work that you've done on this project. |
Hi, I'm running into issues using the CLI when I specify the input or output with a configuration file.
For example, this command & configuration works:
posthtml src/views/*.html -o public -c posthtml.json
posthtml.json
But this command & configuration fails (no files are outputted):
posthtml -c posthtml.json
posthtml.json
Am I doing something wrong?
Thank you for your time.
The text was updated successfully, but these errors were encountered: