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
It would be a lot easier to use inky-cli in my Makefile if it could accept input on stdin, and print output to stdout. As it is, I'm going to have to create temporary files in between inky processing and CSS inlining.
(I know you have your own pipeline of Grunt tasks, but I don't want to use Grunt.)
A common CLI pattern is to use a dash ("-") as the filename argument to signal that input should be read from stdin instead of a file, or be printed to stdout instead of a file. Could inky-cli do that?
The text was updated successfully, but these errors were encountered:
It would be a lot easier to use inky-cli in my Makefile if it could accept input on stdin, and print output to stdout. As it is, I'm going to have to create temporary files in between inky processing and CSS inlining.
(I know you have your own pipeline of Grunt tasks, but I don't want to use Grunt.)
A common CLI pattern is to use a dash ("-") as the filename argument to signal that input should be read from stdin instead of a file, or be printed to stdout instead of a file. Could inky-cli do that?
The text was updated successfully, but these errors were encountered: