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

Pretty compilation #13

Open
davej opened this issue May 23, 2015 · 1 comment
Open

Pretty compilation #13

davej opened this issue May 23, 2015 · 1 comment

Comments

@davej
Copy link

davej commented May 23, 2015

Currently I can use the -p option to print a prettier (i.e. multi-line) version of the compiled javascript but it doesn't seem to be possible to output the pretty version to a file. Sure I can just pipe the output but that gets complicated when compiling folders or multiple files.

@breuleux
Copy link
Owner

Well, -p explicitly means print to stdout, it just happens to be the only situation I use the beautifier. I agree it would be a good idea to add a flag for it, or make it the default all the time. I'll try to do that later.

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

No branches or pull requests

2 participants