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

Replace uses of os.EOL with grunt.util.linefeed #200

Merged
merged 1 commit into from
Jan 22, 2015

Conversation

DavidRigglemanININ
Copy link
Contributor

I abstracted out the call to grunt.util.linefeed to a single variable in utils.ts to make it easy to maintain later so if grunt were to change the parameter name or if you wanted to make a user option, you would only need to change the code in one place. Besides running all the tests, I also tested it in one of my repos and confirmed I was able to get LF endings when running a grunt-ts task on Windows.

@nycdotnet
Copy link
Contributor

I took a quick look at this tonight. I think the code is fine but I want to do a bit more testing before accepting it. Thanks very much for the contribution and nice first PR.

nycdotnet added a commit that referenced this pull request Jan 22, 2015
Replace uses of os.EOL with grunt.util.linefeed
@nycdotnet nycdotnet merged commit 53020a6 into TypeStrong:master Jan 22, 2015
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

Successfully merging this pull request may close these issues.

None yet

2 participants