Skip to content

Commit 4cd34f6

Browse files
committed
Add TL;DR section to README.md with LESS example
1 parent 5311bf8 commit 4cd34f6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ ntee
33

44
Portable Unix shell command `tee`, with some extras - read from standard input and write to standard output and files.
55

6+
## TL;DR
7+
8+
`gulp.dest()` in middle of a pipe? NPM scripts can do as well:
9+
10+
```json
11+
{
12+
"scripts": {
13+
"less": "lessc main.less | postcss --use autoprefixer | ntee main.css | cleancss > main.min.css"
14+
}
15+
}
16+
17+
```
18+
619
## Install
720

821
```bash

0 commit comments

Comments
 (0)