sindresorhus / github-markdown-css

The minimal amount of CSS to replicate the GitHub Markdown style
https://sindresorhus.com/github-markdown-css
MIT License
7.98k stars 2.1k forks source link

Question: what is "!>"? #27

Closed rstacruz closed 8 years ago

rstacruz commented 8 years ago

Apologies for having to ask here, but this is un-googleable so I had to ask. What does !> mean in this script below?

  "scripts": {
    "make": "github-markdown-css !> github-markdown.css"
  },

https://github.com/sindresorhus/github-markdown-css/blob/gh-pages/package.json#L17

sindresorhus commented 8 years ago

http://unix.stackexchange.com/a/257141/7678

sindresorhus commented 8 years ago

Actually, it's not even needed here.