jonschlinkert / grunt-readme

DEPRECATED. Use Verb instead
https://github.com/assemble/verb
Other
30 stars 10 forks source link

Adding "Built with Grunt" badge to readmes #41

Closed doowb closed 10 years ago

doowb commented 10 years ago

I updated and added the Built with Grunt Badges to the readmes, but for some reason all the line ends are changed. Check out this commit on my fork and let me know if it looks like I should try to do this over or something... /cc @jonschlinkert

jonschlinkert commented 10 years ago

yeah, that's strange. what are your line endings set to in git and sublime text? looks like git is normalizing them to crlf by default. Also, I think that badge should go at the bottom near the "generated by grunt-readme" stuff

hariadi commented 10 years ago

Maybe set on editor/config. Just for markdown

[*.md]
trim_trailing_whitespace = false
jonschlinkert commented 10 years ago

yeah, good idea. @doowb maybe take a look at this too https://help.github.com/articles/dealing-with-line-endings

doowb commented 10 years ago

setting the autocrlf = true seems to work. It's weird because last time I worked on this repo it was fine.

Think I should replace the [grunt]: http://grunt.js.com/ in the footer.md file?

doowb commented 10 years ago

oh, that's just a reference

jonschlinkert commented 10 years ago

I guess we should update most of the boilerplates/README templates so they use/reference one footer.md (e.g. {%= _.contrib('footer.md') %}). if you want to just add it to that we can work on updating them later?

doowb commented 10 years ago

k

jonschlinkert commented 10 years ago

Verb.