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

Respect breaksWith option #26

Closed
XhmikosR opened this issue Sep 14, 2018 · 3 comments
Closed

Respect breaksWith option #26

XhmikosR opened this issue Sep 14, 2018 · 3 comments
Labels

Comments

@XhmikosR
Copy link
Contributor

XhmikosR commented Sep 14, 2018

@jakubpawlowicz: I make this to track the line endings issue which is noticeable on Windows.

https://github.com/jakubpawlowicz/clean-css-cli/blob/master/index.js#L249

The above line doesn't take into account the breaksWith option.

@XhmikosR
Copy link
Contributor Author

Refs clean-css/clean-css#964

@XhmikosR
Copy link
Contributor Author

XhmikosR commented Apr 6, 2019

@jakubpawlowicz: this is the offending line https://github.com/jakubpawlowicz/clean-css-cli/blob/master/index.js#L263

I tried checking for options.format.breakWith but that didn't work.

console.log(options.format); // breakWith=lf
console.log(options.format.breakWith); // undefined

@jakubpawlowicz
Copy link
Collaborator

Closing as 'won't fix' as clean-css-cli is going into maintenance mode. If anyone wants to bring it back up, please submit a PR.

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

Successfully merging a pull request may close this issue.

2 participants